From 94d0f30b71d79796c72f4dce2383a7daa04bb3ef Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Mon, 10 May 2021 14:45:00 -0400 Subject: [PATCH] fix missing comma from merge --- src/views/studio/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/studio/l10n.json b/src/views/studio/l10n.json index 04eb7114e..7471de252 100644 --- a/src/views/studio/l10n.json +++ b/src/views/studio/l10n.json @@ -24,7 +24,7 @@ "studio.inviteCurator": "Invite", "studio.curatorAcceptInvite": "Accept Invite", - "studio.commentsHeader": "Comments" + "studio.commentsHeader": "Comments", "studio.activityAddProjectToStudio": "{profileLink} added the project {projectLink}", "studio.activityRemoveProjectStudio": "{profileLink} removed the project {projectLink}",