(fix) rename for more clarity

pull/239/head
Ludovic Marcotte 2017-12-23 05:00:36 -05:00
parent 8a4ebe2c60
commit 42bf30d05e
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@
"The SSL certificate must use the PKCS#12 (PFX) format." = "The SSL certificate must use the PKCS#12 (PFX) format.";
"Uninstall" = "Uninstall";
"Choose PKCS12 Certificate .." = "Choose PKCS12 Certificate ..";
"Certificate Password" = "Certificate Password";
"Certificate Import Password" = "Certificate Import Password";
"Upload" = "Upload";
"When composing a message" = "When composing a message";
"Digitally sign the message by default" = "Digitally sign the message by default";

View File

@ -212,7 +212,7 @@
</div>
</div>
<md-input-container class="md-flex">
<label><var:string label:value="Certificate Password"/></label>
<label><var:string label:value="Certificate Import Password"/></label>
<input type="password" autocomplete="new-password"
ng-required="$AccountDialogController.uploader.queue.length"
ng-model="$AccountDialogController.certificatePassword" />