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
This commit is contained in:
Akihiro Motoki 2014-03-13 03:11:17 +09:00
parent 75c08b235f
commit be3a7532c0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</div>
<div class="right">
<h3>{% trans "Description" %}:</h3>
<p>{% 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."%}</p>
<p>{% 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."%}</p>
<p><b>{% trans "Note: " %} </b> {% trans "The private key will be only used in your browser and will not be sent to the server" %}</p>
</div>