remove unnecessary i18n context
Merged
requested to merge issue/webauthn_framework-3447527:remove_unnecessary_i18n_context into 1.0.x
Compare changes
+ 8
− 8
@@ -30,7 +30,7 @@ class SettingsForm extends ConfigFormBase {
'#description' => $this->t("By default, users are not warned even when they provide an invalid userHandle. This is to increase security by preventing attackers from confirming whether a userHandle has been registered. However, this reduces usability because users may have mistyped the userHandle. Check this box if you want to disclose to users that accounts have been registered."),
@@ -45,8 +45,8 @@ class SettingsForm extends ConfigFormBase {
@@ -54,7 +54,7 @@ class SettingsForm extends ConfigFormBase {
@@ -63,7 +63,7 @@ class SettingsForm extends ConfigFormBase {
@@ -80,14 +80,14 @@ class SettingsForm extends ConfigFormBase {