fix(i18n): rename "right" to permission so that it's clearer what it is used for
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2022-10-24 19:07:08 +02:00
parent 22a18f8437
commit 51471b9551
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
"updatedSuccess": "The {type} was successfully added." "updatedSuccess": "The {type} was successfully added."
}, },
"right": { "right": {
"title": "Right", "title": "Permission",
"read": "Read only", "read": "Read only",
"readWrite": "Read & write", "readWrite": "Read & write",
"admin": "Admin" "admin": "Admin"