Skip to content

Commit da245b8

Browse files
committed
src/assets/i18n: fix English permission string
The current message is not correct English. Note, there seems to be a mix of "don't" and "do not" language. Perhaps we should harmonize that eventually.
1 parent 37a323e commit da245b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/i18n/en.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4061,7 +4061,7 @@
40614061

40624062
"submission.general.cancel": "Cancel",
40634063

4064-
"submission.general.cannot_submit": "You have not the privilege to make a new submission.",
4064+
"submission.general.cannot_submit": "You don't have permission to make a new submission.",
40654065

40664066
"submission.general.deposit": "Deposit",
40674067

0 commit comments

Comments
 (0)