diff --git a/app/src/main/res/layout/messages_fragment.xml b/app/src/main/res/layout/messages_fragment.xml index c00e573ee..42e81fb78 100644 --- a/app/src/main/res/layout/messages_fragment.xml +++ b/app/src/main/res/layout/messages_fragment.xml @@ -12,7 +12,7 @@ android:layout_marginTop="8dp" android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" - android:contentDescription="Text messages" + android:contentDescription="@string/text_messages" app:layout_constraintBottom_toTopOf="@+id/textInputLayout" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/nodelist_fragment.xml b/app/src/main/res/layout/nodelist_fragment.xml index 113f23c12..3b2d3a883 100644 --- a/app/src/main/res/layout/nodelist_fragment.xml +++ b/app/src/main/res/layout/nodelist_fragment.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:contentDescription="A list of nodes in the mesh"> + android:contentDescription="@string/a_list_of_nodes_in_the_mesh"> Meshtastic Service Notifications You must turn on location services in Android Settings About + A list of nodes in the mesh + Text messages