Skip to content

Commit f8d1efd

Browse files
madsrasmusseniOvergaard
authored andcommitted
remove of in translation
1 parent 6a43c1f commit f8d1efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/lang/en-us.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
sendToTranslate: 'Send To Translation',
6161
setGroup: 'Set group',
6262
setPermissions: 'Set permissions',
63-
sort: 'Sort children of',
63+
sort: 'Sort children',
6464
toInTheTreeStructureBelow: 'to in the tree structure below',
6565
translate: 'Translate',
6666
trash: 'Trash',

src/assets/lang/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
sendToTranslate: 'Send To Translation',
6060
setGroup: 'Set group',
6161
setPermissions: 'Set permissions',
62-
sort: 'Sort children of',
62+
sort: 'Sort children',
6363
toInTheTreeStructureBelow: 'to in the tree structure below',
6464
translate: 'Translate',
6565
trash: 'Trash',

0 commit comments

Comments
 (0)