From 54fbbd734f289fd3dbed1c38c3015266fb3031cc Mon Sep 17 00:00:00 2001 From: JaniruTEC <52893617+JaniruTEC@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:13:23 +0100 Subject: [PATCH] Renamed "setup code" to "Account Key" in UI --- src/main/resources/i18n/strings.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 60d467804..866ed1e55 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -155,10 +155,10 @@ hub.receive.message=Processing response… hub.receive.description=Cryptomator is receiving and processing the response from Hub. Please wait. ### Register Device hub.register.message=New Device -hub.register.description=This is the first Hub access from this device. Please authorize it using your setup code. +hub.register.description=This is the first Hub access from this device. Please authorize it using your Account Key. hub.register.nameLabel=Device Name -hub.register.setupCodeLabel=Setup Code -hub.register.invalidSetupCode=Invalid Setup Code +hub.register.setupCodeLabel=Account Key +hub.register.invalidSetupCode=Invalid Account Key hub.register.occupiedMsg=Name already in use hub.register.registerBtn=Confirm ### Registration Success