From be3a7532c09f4be0ab5f1a416d57f5ced8077823 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 13 Mar 2014 03:11:17 +0900 Subject: [PATCH] Improve help message in Retrieve Password form A private key is used to decrypt a password. It is better to update the message to mention "private key" explicitly instead of "key pair". "key pair" is a pair of private and public key. Change-Id: Icd5aa8fae2a348df011861469d028903bd71ec02 Closes-Bug: #1291529 --- .../project/instances/templates/instances/_decryptpassword.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html index 2fb21c9c62..d91cf232f4 100644 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html +++ b/openstack_dashboard/dashboards/project/instances/templates/instances/_decryptpassword.html @@ -18,7 +18,7 @@

{% trans "Description" %}:

-

{% trans "To decrypt your password you will need your key pair for this instance. Select your key pair file, or copy and paste the content of your private key file into the text area below, then click Decrypt Password."%}

+

{% trans "To decrypt your password you will need the private key of your key pair for this instance. Select the private key file, or copy and paste the content of your private key file into the text area below, then click Decrypt Password."%}

{% trans "Note: " %} {% trans "The private key will be only used in your browser and will not be sent to the server" %}