Skip to content

Commit

Permalink
fix: add helper text for item child already published (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jun 28, 2023
1 parent 3ad362e commit 804d95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ export const BUILDER = {
LIBRARY_SETTINGS_PUBLISH_NOTIFICATIONS_LABEL:
'LIBRARY_SETTINGS_PUBLISH_NOTIFICATIONS_LABEL',
LIBRARY_SETTINGS_PUBLISHED_STATUS: 'LIBRARY_SETTINGS_PUBLISHED_STATUS',
LIBRARY_SETTINGS_CHILD_PUBLISHED_STATUS:
'LIBRARY_SETTINGS_CHILD_PUBLISHED_STATUS',
LIBRARY_SETTINGS_UNPUBLISH_BUTTON: 'LIBRARY_SETTINGS_UNPUBLISH_BUTTON',
LIBRARY_SETTINGS_VALIDATION_CONFIGURATION_INFORMATIONS:
'LIBRARY_SETTINGS_VALIDATION_CONFIGURATION_INFORMATIONS',
Expand Down
1 change: 1 addition & 0 deletions src/langs/en/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"LIBRARY_SETTINGS_PUBLISH_BUTTON": "Publish",
"LIBRARY_SETTINGS_PUBLISH_NOTIFICATIONS_LABEL": "Send email notifications to all co-editors",
"LIBRARY_SETTINGS_PUBLISHED_STATUS": "This element is published. Anyone can access it and is available on Graasp Library, our public repository of learning ressources.",
"LIBRARY_SETTINGS_CHILD_PUBLISHED_STATUS": "This element is part of a collection that is already published. Publishing and un-publishing can be done at the collection root.",
"LIBRARY_SETTINGS_TITLE": "Publication On Graasp Library",
"LIBRARY_SETTINGS_UNPUBLISH_BUTTON": "Unpublish",
"LIBRARY_SETTINGS_VALIDATION_CONFIGURATION_INFORMATIONS": "Set the options for your resource to make it easily accessible to the public.",
Expand Down

0 comments on commit 804d95f

Please sign in to comment.