add token

This commit is contained in:
Mads Rasmussen
2025-01-30 22:44:19 +01:00
parent be61daebf5
commit c3d510dfe9
2 changed files with 2 additions and 2 deletions

View File

@@ -508,7 +508,7 @@ export default {
anchorLinkPicker: 'Anchor or querystring',
anchorInsert: 'Name',
closeThisWindow: 'Close this window',
confirmdelete: 'Are you sure you want to delete',
confirmdelete: 'Are you sure you want to delete {0}?',
confirmdeleteNumberOfItems: 'Are you sure you want to delete <strong>%0%</strong> of <strong>%1%</strong> items',
confirmdisable: 'Are you sure you want to disable',
confirmremove: 'Are you sure you want to remove',

View File

@@ -497,7 +497,7 @@ export default {
anchorLinkPicker: 'Anchor or querystring',
anchorInsert: 'Name',
closeThisWindow: 'Close this window',
confirmdelete: 'Are you sure you want to delete',
confirmdelete: 'Are you sure you want to delete {0}?',
confirmdeleteNumberOfItems: 'Are you sure you want to delete <strong>%0%</strong> of <strong>%1%</strong> items',
confirmdisable: 'Are you sure you want to disable',
confirmremove: 'Are you sure you want to remove',