Skip to content

Commit

Permalink
CRISTAL-83: Basic Move/Rename is possible
Browse files Browse the repository at this point in the history
* Update core/page-actions/page-actions-ui/langs/translation-en.json

Co-authored-by: Manuel Leduc <[email protected]>
  • Loading branch information
pjeanjean and manuelleduc authored Jan 27, 2025
1 parent 8fec61c commit 20a128b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/page-actions/page-actions-ui/langs/translation-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"page.action.action.move.page.alert.content": "The page {pageName} already exists.",
"page.action.action.move.page.preserve.children.label": "Preserve Children",
"page.action.action.move.page.preserve.children.help": "Preserve child pages by updating their paths and moving them to the new location.",
"page.action.action.move.page.success": "The page \"{page}\" has been moved to \"{newPage}\".",
"page.action.action.move.page.error": "Failed to move the page \"{page}\". Reason: [{reason}]",
"page.action.action.move.page.success": "Page \"{page}\" has been moved to \"{newPage}\".",
"page.action.action.move.page.error": "Failed to move page \"{page}\". Reason: [{reason}]",
"page.action.action.rename.page.title": "Rename",
"page.action.action.rename.page.cancel": "Cancel",
"page.action.action.rename.page.dialog.title": "Rename Page",
"page.action.action.rename.page.alert.content": "The page {pageName} already exists.",
"page.action.action.rename.page.alert.content": "Page {pageName} already exists.",
"page.action.action.rename.page.name.label": "Name",
"page.action.action.rename.page.success": "The page \"{page}\" has been renamed to \"{newPage}\".",
"page.action.action.rename.page.error": "Failed to rename the page \"{page}\". Reason: [{reason}]"
"page.action.action.rename.page.success": "Page \"{page}\" has been renamed to \"{newPage}\".",
"page.action.action.rename.page.error": "Failed to rename page \"{page}\". Reason: [{reason}]"
}

0 comments on commit 20a128b

Please sign in to comment.