diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/en_GB.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/l10n/en_GB.js b/apps/twofactor_backupcodes/l10n/en_GB.js index 15fd2eab919..752e3b0de78 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.js +++ b/apps/twofactor_backupcodes/l10n/en_GB.js @@ -12,7 +12,6 @@ OC.L10N.register( "Generate backup codes" : "Generate backup codes", "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", "Second-factor backup codes" : "Second-factor backup codes", - "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor.", "Backup code" : "Backup code", "Use backup code" : "Use backup code", "Two factor backup codes" : "Two factor backup codes", @@ -30,6 +29,7 @@ OC.L10N.register( "beforeUpdate" : "beforeUpdate", "beforeDestroy" : "beforeDestroy", "destroyed" : "destroyed", - "beforeMount" : "beforeMount" + "beforeMount" : "beforeMount", + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." }, "nplurals=2; plural=(n != 1);"); |