diff options
| author | RblSb <msrblsb@gmail.com> | 2025-03-06 07:53:55 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-03-06 07:53:55 +0300 |
| commit | 54eca03ba433c57f451fa3dfb72d72ae4d1877cd (patch) | |
| tree | fdcde2922e18ccd9b4d0188edfb887abd6c6d56c /res/langs/en.json | |
| parent | b37c8485f2a2b04860c36bed5c59e76971714a03 (diff) | |
More informative permission errors
Diffstat (limited to 'res/langs/en.json')
| -rw-r--r-- | res/langs/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 36ff556..b7f8246 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -18,7 +18,8 @@ "hideThisMessage": "Hide this message", "usernameError": "Username length must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.", "passwordMatchError": "Wrong password.", - "accessError": "Access Error.", + "accessError": "Access error", + "noPermission": "No '$PERMISSION' permission.", "totalVideoLimitError": "Playlist video limit has been reached.", "userVideoLimitError": "Playlist video limit per user has been reached.", "videoAlreadyExistsError": "The video already exists in playlist.", |
