From 782b8c76404b56d9cd156442416f1524545a7860 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 12 Jul 2017 16:27:36 -0700 Subject: [PATCH] someRecipientsFailed string: Add period for consistency ... with messageNotSent. FREEBIE --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 1a4e8bc23..d42d57f62 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -486,7 +486,7 @@ "description": "Informational label, appears on messages that failed to send" }, "someRecipientsFailed": { - "message": "Some recipients failed", + "message": "Some recipients failed.", "description": "Informational label, for messages where some recipients succeeded, others failed" }, "showMore": {