From 1ef8668c4d979248a420c46a9ff04f1403f289c8 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 28 Aug 2019 11:42:26 +0200 Subject: [PATCH] Replaced TextFlows by FormattedLabel if applicable --- main/ui/src/main/resources/fxml/changepassword.fxml | 10 ++-------- main/ui/src/main/resources/i18n/strings.properties | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/main/ui/src/main/resources/fxml/changepassword.fxml b/main/ui/src/main/resources/fxml/changepassword.fxml index 6807742f2..f0d325b57 100644 --- a/main/ui/src/main/resources/fxml/changepassword.fxml +++ b/main/ui/src/main/resources/fxml/changepassword.fxml @@ -7,9 +7,8 @@ - - + - - - - - - + diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index 4e9d8a9a5..077411918 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -41,7 +41,7 @@ removeVault.information=No files will be delted from your hard drive. # Change Password changepassword.title=Change Password -changepassword.enterOldPassword=Enter the current password for +changepassword.enterOldPassword=Enter the current password for "%s" changepassword.enterNewPassword=Enter a new password for your vault changepassword.reenterNewPassword=Confirm the new password changepassword.passwordsMatch=Passwords match!