From 2e32f39986bc63cad8a74f5f0a677d5e5d32a3bd Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 16 Jan 2024 11:34:14 +0100 Subject: [PATCH] [ci skip] fix missing translation key (cherry picked from commit daa026b2851e7e6ad9b191710a248d3a6f531303) --- src/main/resources/i18n/strings.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 91e56ee13..eee4534cf 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -162,6 +162,8 @@ hub.register.description=This is the first Hub access from this device. Please a hub.register.nameLabel=Device Name hub.register.invalidAccountKeyLabel=Invalid Account Key hub.register.registerBtn=Authorize +### Register Device Legacy +hub.register.occupiedMsg=Name already in use ### Registration Success hub.registerSuccess.message=Device registered hub.registerSuccess.description=To access the vault, your device needs to be authorized by the vault owner.