diff --git a/app/views/users/edit_featurepreviews.html.erb b/app/views/users/edit_featurepreviews.html.erb index 3932ef3305..f50e4680a4 100644 --- a/app/views/users/edit_featurepreviews.html.erb +++ b/app/views/users/edit_featurepreviews.html.erb @@ -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.", @@ -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 !@user.phone_number_verified?), @@ -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