diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 2224f4a..72e08a7 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -6,7 +6,7 @@
Search your notesClear searchOpen navigation
- Labels
+ TagsNew note
@@ -42,7 +42,7 @@
Take a note…Add itemRemove item
- Remove label
+ Remove tagSet a reminderMore actionsSaving…
@@ -52,7 +52,7 @@
DonePinUnpin
- Labels…
+ Tags…ArchiveUnarchiveMove to trash
@@ -67,10 +67,10 @@
Delete
- Labels
- Type a label and press enter
- from #tag
- No labels yet. Type one above, or write a #tag in a note and it becomes one.
+ Tags
+ Type a tag and press enter
+ from the text
+ No tags yet. Type one above, or write a #tag in a note and it becomes one.NextSetPick a time
diff --git a/frontend/src/components/AppShell.vue b/frontend/src/components/AppShell.vue
index 3eaadb0..b457415 100644
--- a/frontend/src/components/AppShell.vue
+++ b/frontend/src/components/AppShell.vue
@@ -441,18 +441,18 @@ async function signOut() {