Skip to content

Commit

Permalink
Adding language to virtual project description (#1551)
Browse files Browse the repository at this point in the history
* adding clarification to Virtual Project description.
  • Loading branch information
mvexel authored Feb 5, 2021
1 parent d900b9d commit 640ea8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/AdminPane/Manage/EditProject/Messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export default defineMessages({
isVirtualDescription: {
id: 'Admin.EditProject.form.isVirtual.description',
defaultMessage: "If a project is virtual, then you can add " +
"existing challenges as a means of grouping. This setting " +
"existing challenges as a means of grouping. You cannot add " +
"new Challenges directly to a Virtual Project. This setting " +
"cannot be changed after the project is created. Permissions " +
"remain in effect from the challenges' original parent projects. "
},
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"Admin.EditProject.form.enabled.label": "Discoverable",
"Admin.EditProject.form.featured.description": "Featured projects are shown on the home page and top of the Find Challenges page to bring attention to them. Note that featuring a project does **not** also feature its challenges. Only super-users may mark a project as featured.",
"Admin.EditProject.form.featured.label": "Featured",
"Admin.EditProject.form.isVirtual.description": "If a project is virtual, then you can add existing challenges as a means of grouping. This setting cannot be changed after the project is created. Permissions remain in effect from the challenges' original parent projects. ",
"Admin.EditProject.form.isVirtual.description": "If a project is virtual, then you can add existing challenges as a means of grouping. You cannot add new Challenges directly to a Virtual Projact. This setting cannot be changed after the project is created. Permissions remain in effect from the challenges' original parent projects. ",
"Admin.EditProject.form.isVirtual.label": "Virtual",
"Admin.EditProject.form.name.description": "Name of the project",
"Admin.EditProject.form.name.label": "Name",
Expand Down

0 comments on commit 640ea8d

Please sign in to comment.