From 4b04f7063816dd76169bcb14e68f9392e72dbc0d Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 13 Dec 2022 23:49:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Fix=20phrasing=20("site=20is=20u?= =?UTF-8?q?nsecured")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A site can be either insecure or unsecured. Insecure has a rather negative connotation and is also a human trait. Unsecured is a better term in this particular case. --- phpmon/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index 12986a8..915c203 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -122,7 +122,7 @@ "domain_list.alerts_status_changed.title" = "SSL Status Changed"; "domain_list.alerts_status_changed.desc" = "The domain '%@' is now %@."; "domain_list.alerts_status_secure" = "secure"; -"domain_list.alerts_status_unsecure" = "unsecure"; +"domain_list.alerts_status_unsecure" = "unsecured"; "domain_list.confirm_unlink" = "Are you sure you want to unlink '%@'?"; "domain_list.confirm_unlink_desc" = "No files will be removed. You can always link the folder again by clicking on the + button and selecting the original folder.";