Forráskód Böngészése

Updated strings / icon to match server

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 éve
szülő
commit
e8a2857a7e

+ 1 - 1
app/src/main/res/layout/dialog_scope.xml

@@ -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"

+ 3 - 3
app/src/main/res/values/strings.xml

@@ -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 -->