From abfdccf5b812daaa54d1d20822bae5058deeabd4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 7 Dec 2016 11:39:17 -0500 Subject: [PATCH] Micro-decision to address #658 --- src/locales/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 43e2b0fa..6ea33d92 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -295,17 +295,17 @@ "write": "Write", "wrong_password": "Wrong password", "yes": "Yes", - "certificate_alert_not_valid": "CRITICAL : Certificate is not valid ! HTTPS won't work at all !", + "certificate_alert_not_valid": "CRITICAL : Current certificate is not valid ! HTTPS won't work at all !", "certificate_alert_selfsigned": "WARNING : Current certificate is self-signed. Browsers will display a spooky warning to new visitors !", - "certificate_alert_letsencrypt_about_to_expire": "Attention : Certificate is about to expire. It should soon be renewed automatically.", - "certificate_alert_about_to_expire": "WARNING : Certificate is about to expire ! It will NOT be renewed automatically !", - "certificate_alert_good": "Okay, certificate looks good !", + "certificate_alert_letsencrypt_about_to_expire": "Current certificate is about to expire. It should soon be renewed automatically.", + "certificate_alert_about_to_expire": "WARNING : Current certificate is about to expire ! It will NOT be renewed automatically !", + "certificate_alert_good": "Okay, current certificate looks good !", "certificate_alert_great": "Great ! You're using a valid Let's Encrypt certificate !", "certificate_alert_unknown": "Unknown status", "certificate_manage" : "Manage SSL certificate", "certificate_old_letsencrypt_app_conflict" : "The 'letsencrypt' app is currently installed and conflicts with this feature. Please uninstall it first to use the new certificate management interface.", "ssl_certificate" : "SSL certificate", - "confirm_cert_install_LE": "Are you sure you want to install a Let's Encrypt certificate for this domain.", + "confirm_cert_install_LE": "Are you sure you want to install a Let's Encrypt certificate for this domain ?", "confirm_cert_regen_selfsigned": "Are you sure you want to regenerate a self-signed certificate for this domain ?", "confirm_cert_manual_renew_LE": "Are you sure you want to manually renew the Let's Encrypt certificate for this domain now ?", "confirm_cert_revert_to_selfsigned": "Are you sure you want to revert this domain to a self-signed certificate ?",