From a24cd1ba7f6966178bfe106a7bd331be0a0a4fcc Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 14 Apr 2023 16:47:45 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tobias Hagemann --- src/main/resources/i18n/strings.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index f7689855a..d63709392 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -436,8 +436,8 @@ vaultOptions.masterkey.showRecoveryKeyBtn=Display Recovery Key vaultOptions.masterkey.recoverPasswordBtn=Reset Password ## Hub vaultOptions.hub=Recovery -vaultOptions.hub.convertInfo=With the vault recovery key you can change this vaults unlock method to using a password instead of connecting to the hub instance. -vaultOptions.hub.convertBtn=Change to offline access +vaultOptions.hub.convertInfo=You can use the recovery key to convert this Hub vault to a regular password-based vault in an emergency. +vaultOptions.hub.convertBtn=Convert to Regular Vault # Recovery Key ## Display Recovery Key @@ -461,11 +461,11 @@ recoveryKey.recover.resetSuccess.message=Password reset successful recoveryKey.recover.resetSuccess.description=You can unlock your vault with the new password. # Convert Vault -convertVault.title=Convert vault -convertVault.convert.convertBtn.before=Convert vault +convertVault.title=Convert Vault +convertVault.convert.convertBtn.before=Convert convertVault.convert.convertBtn.processing=Converting… convertVault.success.message=Conversion successful -convertVault.success.description=You can now unlock the vault with the chosen password without requiring authentication or internet access. +convertVault.success.description=You can now unlock the vault with the chosen password without requiring Hub access. # New Password newPassword.promptText=Enter a new password