From ee4f05c9301e88fefb7be1bb37d847ebe25f5aee Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 8 May 2020 21:48:21 -0300 Subject: [PATCH] Add missing period to localized message (#8562) The description for the "Unconnected account" alert has been updated to include a period at the end of the sentence. --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 6dadd1b45..5d8696633 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1553,7 +1553,7 @@ "message": "Not connected" }, "unconnectedAccountAlertDescription": { - "message": "This account is not connected to this site" + "message": "This account is not connected to this site." }, "unconnectedAccountAlertDisableTooltip": { "message": "This can be changed in \"Settings > Alerts\""