adjust labels

This commit is contained in:
Sebastian Stenzel
2023-06-29 10:38:31 +02:00
parent 448eac8ff5
commit 9fc1efa005
2 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
<padding>
<Insets top="12"/>
</padding>
<Label text="TODO: Enter your setup code" labelFor="$setupCodeField"/>
<Label text="%hub.register.setupCodeLabel" labelFor="$setupCodeField"/>
<TextField fx:id="setupCodeField" HBox.hgrow="ALWAYS"/>
</HBox>
<HBox spacing="6" alignment="CENTER_LEFT">

View File

@@ -140,9 +140,10 @@ hub.auth.loginLink=Not redirected? Click here to open it.
hub.receive.message=Processing response…
hub.receive.description=Cryptomator is receiving and processing the response from Hub. Please wait.
### Register Device
hub.register.message=Device name required
hub.register.description=This seems to be the first Hub access from this device. In order to identify it for access authorization, you need to name this 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.nameLabel=Device Name
hub.register.setupCodeLabel=Setup Code
hub.register.occupiedMsg=Name already in use
hub.register.registerBtn=Confirm
### Registration Success