1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added flash message when we try to add to much tags

This commit is contained in:
Nicolas Lœuillet 2023-06-13 11:24:27 +02:00
parent c4de437105
commit 96cf34f730
3 changed files with 11 additions and 2 deletions

View file

@ -683,6 +683,7 @@ flashes:
notice:
tag_added: Tag added
tag_renamed: 'Tag renamed'
too_much_tags: To avoid performance issues, you can't add more than %tags% tags at once or tags having more than %characters% characters.
import:
notice:
failed: Import failed, please try again.