Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/users/edit_featurepreviews.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<%= render partial: "features/preview", locals: {
id: "sudo-mode",
feature_flag: :sudo_mode_2015_07_21,
name: "Sudo mode",
name: "Sudo Mode",
description: "This feature flag improves the security of your account by requiring
you to confirm access before performing a potentially sensitive
action.",
Expand All @@ -41,7 +41,7 @@
id: "two-factor-authentication",
feature_flag: :two_factor_authentication_2024_05_22,
fully_shipped: true,
name: "Two factor authentication",
name: "Two Factor Authentication",
classes: ["feature-two-factor-authentication"],
description: "Looking to keep your account secure? This feature flag will require you to log in with two authentication factors (eg. a code from your email as well as your fingerprint) every time.",
footer: ("⚠️ This feature will only work if you have a verified phone number on file. Please update your #{link_to "settings", @user == current_user ? my_settings_path : edit_user_path(@user), data: { turbo_action: "advance" }} to add one." if [email protected]_number_verified?),
Expand All @@ -52,7 +52,7 @@
id: "totp",
feature_flag: :totp_2024_06_13,
fully_shipped: true,
name: "Time-based one time passwords",
name: "Time-Based One Time Passwords",
classes: ["feature-totp"],
description: "Loving 2FA? Here's an additional authentication factor for you! This feature let's you use Google Authenticator, Authy or a similar app to sign into HCB.",
user: @user
Expand Down