summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-12 11:57:41 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-12 11:57:41 +0100
commit1b643bcb1d1ed0875fc9ed8b40e6f9a334c81714 (patch)
tree1eb831fa1c084cc34284c66609b1ab1ce3c37db1 /app/src/main/res/values/strings.xml
parent83ffc82851d2fd9bdfaa13912d9f33f6cb6ec1a2 (diff)
Fix issue #615 - add reverse option for tags + Change label descriptions
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4dadf67f8..de2d5e379 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2052,4 +2052,9 @@
<string name="toast_try_later">Please, try again later.</string>
<string name="toast_on_your_instance">The conversation started on your instance!</string>
<string name="toast_error_fetch_message">The app didn\'t find the remote message.</string>
+ <string name="mute_tag_action">Mute tag</string>
+ <string name="unmute_tag_action">Unmute tag</string>
+ <string name="pin_tag">Pin tag</string>
+ <string name="unpin_tag">Unpin tag</string>
+ <string name="unfollow_tag">Unfollow tag</string>
</resources> \ No newline at end of file