mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
Updated strings / icon to match server
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
4f0923ba0d
commit
e8a2857a7e
@ -38,7 +38,7 @@
|
||||
android:layout_height="32dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:contentDescription="@string/lock_symbol"
|
||||
app:srcCompat="@drawable/ic_password" />
|
||||
app:srcCompat="@drawable/ic_call_black_24dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -376,14 +376,14 @@
|
||||
<string name="choose_avatar_from_cloud">Choose avatar from cloud</string>
|
||||
<string name="delete_avatar">Delete avatar</string>
|
||||
<string name="scope_private_title">Private</string>
|
||||
<string name="scope_private_description">Don\'t show via public link</string>
|
||||
<string name="scope_private_description">Only visible to people matched via phone number integration through Talk on mobile</string>
|
||||
<string name="lock_symbol">Lock symbol</string>
|
||||
<string name="scope_local_title">Local</string>
|
||||
<string name="scope_local_description">Don\'t synchronize to servers</string>
|
||||
<string name="scope_local_description">Only visible to people on this instance and guests</string>
|
||||
<string name="scope_federated_title">Federated</string>
|
||||
<string name="scope_federated_description">Only synchronize to trusted servers</string>
|
||||
<string name="scope_published_title">Published</string>
|
||||
<string name="scope_published_description">Synchronize to trusted serves and the global and public address book</string>
|
||||
<string name="scope_published_description">Synchronize to trusted servers and the global and public address book</string>
|
||||
<string name="scope_toggle">Scope toggle</string>
|
||||
|
||||
<!-- App Bar -->
|
||||
|
Loading…
Reference in New Issue
Block a user