From 0d659b5d184bd43110d392521935d51ffff2933a Mon Sep 17 00:00:00 2001 From: Joel Gritter Date: Thu, 20 Jan 2022 06:49:38 -0500 Subject: [PATCH] fix(gh-4969): add missing period to l10n string Adds missing period to the end of the `comment.unconstructive.header` string. --- src/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l10n.json b/src/l10n.json index 7d8b6b96b..033d06e04 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -399,7 +399,7 @@ "comment.pii.content3": "This is a serious safety issue.", "comment.type.unconstructive": "It appears that your most recent comment was saying something that might have been hurtful.", "comment.type.unconstructive.past": "It appears that one of your recent comments was saying something that might have been hurtful.", - "comment.unconstructive.header": "We encourage you to be supportive when commenting on other people’s projects", + "comment.unconstructive.header": "We encourage you to be supportive when commenting on other people’s projects.", "comment.unconstructive.content1": "It appears that your comment was saying something that might have been hurtful.", "comment.unconstructive.content2": "If you think something could be better, you can say something you like about the project, and make a suggestion about how to improve it.", "comment.type.vulgarity": "Your most recent comment appeared to include a bad word.",