3891: Add feedback (snackbars) for hashtag actions

This commit is contained in:
Lakoja 2023-07-27 16:39:03 +02:00
commit b0a50f9f50
2 changed files with 30 additions and 2 deletions

View file

@ -614,6 +614,12 @@
<string name="notifications_apply_filter">Filter</string>
<string name="filter_apply">Apply</string>
<string name="muting_hashtag_success_format">Muting %s as a warning</string>
<string name="unmuting_hashtag_success_format">Unmuting %s</string>
<string name="action_view_filters">View filters</string>
<string name="following_hashtag_success_format">Now following hashtag %s</string>
<string name="unfollowing_hashtag_success_format">No longer following hashtag %s</string>
<string name="compose_shortcut_long_label">Compose post</string>
<string name="compose_shortcut_short_label">Compose</string>