Skip to content

Commit

Permalink
CRISTAL-408: We don't check if a page already exists on page creation
Browse files Browse the repository at this point in the history
* Improve messages
  • Loading branch information
pjeanjean committed Jan 20, 2025
1 parent 5a65ce7 commit d42e913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skin/langs/translation-en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"third": "Third",
"page.actions.create.label": "Create a new document",
"page.creation.menu.alert.content": "The page {pageName} already exists, use another name.",
"page.creation.menu.alert.content": "The page {pageName} already exists.",
"page.creation.menu.alert.content.edit": "The page {pageName} already exists, either use another name or {link}.",
"page.creation.menu.alert.content.edit.link": "edit the existing page",
"page.creation.menu.button": "New Page",
Expand Down
2 changes: 1 addition & 1 deletion skin/langs/translation-fr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"third": "Troisième",
"page.actions.create.label": "Créer un nouveau document",
"page.creation.menu.alert.content": "La page {pageName} existe déjà, choisissez un autre nom.",
"page.creation.menu.alert.content": "La page {pageName} existe déjà.",
"page.creation.menu.alert.content.edit": "La page {pageName} existe déjà, choisissez un autre nom ou {link}.",
"page.creation.menu.alert.content.edit.link": "éditez la page existante",
"page.creation.menu.button": "Nouvelle page",
Expand Down

0 comments on commit d42e913

Please sign in to comment.