Skip to content

Commit

Permalink
credential type instead of credentials id in Credentials Unlock dialog (
Browse files Browse the repository at this point in the history
#2032)

drop s from credential info message

Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
  • Loading branch information
ct-goranpalibrk authored and Coduz committed Oct 10, 2018
1 parent 157b4a4 commit 1ef4637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2017 Eurotech and/or its affiliates and others
* Copyright (c) 2017, 2018 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -34,7 +34,7 @@ public CredentialUnlockDialog(GwtCredential selectedCredential) {
@Override
public String getHeaderMessage() {
// TODO will be credential name
return MSGS.dialogUnlockHeader(selectedCredential.getId());
return MSGS.dialogUnlockHeader(selectedCredential.getCredentialType());
}

@Override
Expand Down
Expand Up @@ -82,7 +82,7 @@ dialogDeleteErrorAPI=API Key delete failed: {0}
#
# Unlock dialog
unlockButton=Unlock
dialogUnlockHeader=Unlock credentials: {0}
dialogUnlockHeader=Unlock credential: {0}
dialogUnlockInfo=Unlock selected credentials?
dialogUnlockConfirmation=Credentials successfully unlocked.
dialogUnlockError=Credentials unlock failed: {0}
Expand Down

0 comments on commit 1ef4637

Please sign in to comment.