mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 13:54:59 -05:00
fix missing comma from merge
This commit is contained in:
parent
f55d34aab8
commit
94d0f30b71
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"studio.inviteCurator": "Invite",
|
"studio.inviteCurator": "Invite",
|
||||||
"studio.curatorAcceptInvite": "Accept Invite",
|
"studio.curatorAcceptInvite": "Accept Invite",
|
||||||
|
|
||||||
"studio.commentsHeader": "Comments"
|
"studio.commentsHeader": "Comments",
|
||||||
|
|
||||||
"studio.activityAddProjectToStudio": "{profileLink} added the project {projectLink}",
|
"studio.activityAddProjectToStudio": "{profileLink} added the project {projectLink}",
|
||||||
"studio.activityRemoveProjectStudio": "{profileLink} removed the project {projectLink}",
|
"studio.activityRemoveProjectStudio": "{profileLink} removed the project {projectLink}",
|
||||||
|
|
Loading…
Reference in a new issue