Changed Visibilities when no ssh key is entered and the wrong passphrase

is entered
This commit is contained in:
Niklas Opiela
2022-11-09 10:53:01 +01:00
parent 0ef5949c09
commit 59d34390a2
5 changed files with 65 additions and 28 deletions
@@ -113,4 +113,10 @@ public interface StringMessages extends com.sap.sse.gwt.client.StringMessages {
String serverInformation();
String serverName(String buildVersion);
String validPassphrase();
String invalidPassphrase();
String passphraseCheckError();
}
@@ -50,3 +50,6 @@ explainPassword=Password to use for authentification on the master
additionalInformation=Info
serverInformation=Server Information
serverName=Server Name: {0}
validPassphrase=Valid
invalidPassphrase=Invalid
passphraseCheckError=Error in validation of the passphrase
@@ -49,4 +49,7 @@ password=Kennwort
explainPassword=Das Password das zur Authentifizierung auf dem Master eingesetzt wird
additionalInformation=Info
serverInformation=Server-Information
serverName=Server Name: {0}
serverName=Server Name: {0}
validPassphrase=Richtig
invalidPassphrase=Falsch
passphraseCheckError=Fehler beim Validieren des Schlüssels aufgetreten!