diff options
author | Ajay <[email protected]> | 2022-09-16 22:41:39 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-09-16 22:41:39 -0400 |
commit | 4804c7f43974087e42d61913222d5ef9711b087d (patch) | |
tree | eee0ab2c9b0479388732f35c4584b3df2eeab084 /public/_locales/en | |
parent | 47f685bcdda19a14957a388ca6c27832173128da (diff) | |
download | SponsorBlock-4804c7f43974087e42d61913222d5ef9711b087d.tar.gz SponsorBlock-4804c7f43974087e42d61913222d5ef9711b087d.zip |
Add option to show categories you don't have permission to submit
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3984695f..8863c703 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -246,6 +246,12 @@ "whatRefetchWhenNotFound": { "message": "If the video is new, and there are no segments found, it will keep refetching every few minutes while you watch." }, + "enableShowCategoryWithoutPermission": { + "message": "Show categories in submission menu even without submission permission" + }, + "whatShowCategoryWithoutPermission": { + "message": "Some categories require permission to submit due to minimum reputation requirements" + }, "showNotice": { "message": "Show Notice Again" }, |