diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-05-20 12:46:53 +0200 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-03 16:29:54 +0200 |
| commit | fdd2265bc4a0894fa5a33bc4c5fd026593185c8b (patch) | |
| tree | 433e4351e531e2f76720b49abfae5f3a58a7e353 /install/ui/test/data | |
| parent | b16e59bdaa4acba7b8a190a4ca32b7a113b32cd1 (diff) | |
| download | freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.tar.gz freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.tar.xz freeipa-fdd2265bc4a0894fa5a33bc4c5fd026593185c8b.zip | |
Change 'Restore' to 'Remove Hold'
To be consistent with CLI the restoring certificate is renamed to
removing certificate hold in all WebUI components.
https://fedorahosted.org/freeipa/ticket/5878
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index a8ec850a8..6fbf4c06d 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -79,6 +79,7 @@ "refresh": "Refresh", "refresh_title": "Reload current settings from the server.", "remove": "Delete", + "remove_hold": "Remove hold", "reset": "Reset", "reset_password_and_login": "Reset Password and Login", "restore": "Restore", @@ -247,6 +248,7 @@ "find_validnotbefore_from": "Valid not before from", "find_validnotbefore_to": "Valid not before to", "get_certificate": "Get Certificate", + "hold_removed": "Certificate Hold Removed", "issue_certificate_generic": "Issue New Certificate", "issue_certificate": "Issue New Certificate for ${entity} ${primary_key}", "issued_by": "Issued By", @@ -262,13 +264,13 @@ "present": "${count} certificate(s) present", "privilege_withdrawn": "Privilege Withdrawn", "reason": "Reason for Revocation", + "remove_hold": "Remove Hold", + "remove_certificate_hold": "Remove Certificate Hold for ${entity} ${primary_key}", + "remove_certificate_hold_simple": "Remove Certificate Hold", + "remove_certificate_hold_confirmation": "To confirm your intention to remove the certificate hold, click the \"Remove hold\" button.", "remove_from_crl": "Remove from CRL", "request_message": "<ol> <li>Create a certificate database or use an existing one. To create a new database:<br/> <code># certutil -N -d <database path></code> </li> <li>Create a CSR with subject <em>CN=<${cn_name}>,O=<realm></em>, for example:<br/> <code># certutil -R -d <database path> -a -g <key size> -s 'CN=${cn},O=${realm}'</code> </li> <li> Copy and paste the CSR (from <em>-----BEGIN NEW CERTIFICATE REQUEST-----</em> to <em>-----END NEW CERTIFICATE REQUEST-----</em>) into the text area below: </li> </ol>", "requested": "Certificate requested", - "restore_certificate": "Restore Certificate for ${entity} ${primary_key}", - "restore_certificate_simple": "Restore Certificate", - "restore_confirmation": "To confirm your intention to restore this certificate, click the \"Restore\" button.", - "restored": "Certificate restored", "revocation_reason": "Revocation reason", "revoke_certificate": "Revoke Certificate for ${entity} ${primary_key}", "revoke_certificate_simple": "Revoke Certificate", |
