mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-08 21:00:29 +03:00
Change title in bottom nav menu from Private to Direct
This commit is contained in:
parent
a0e4472ef2
commit
a3efb1ddad
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@
|
||||||
<item
|
<item
|
||||||
android:id="@+id/nav_privates"
|
android:id="@+id/nav_privates"
|
||||||
android:icon="@drawable/ic_baseline_mail_24"
|
android:icon="@drawable/ic_baseline_mail_24"
|
||||||
android:title="@string/v_private" />
|
android:title="@string/v_direct" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
Loading…
Reference in a new issue