diff --git a/app/src/main/res/layout/webrtc_call_view.xml b/app/src/main/res/layout/webrtc_call_view.xml
index 23d7279381..e5813b3d6e 100644
--- a/app/src/main/res/layout/webrtc_call_view.xml
+++ b/app/src/main/res/layout/webrtc_call_view.xml
@@ -217,7 +217,7 @@
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="30dp"
- android:contentDescription="@string/WebRtcCallView__speaker"
+ android:contentDescription="@string/WebRtcCallView__toggle_speaker"
android:scaleType="fitXY"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/call_screen_start_call_controls"
@@ -235,7 +235,7 @@
android:layout_marginEnd="8dp"
android:layout_marginBottom="30dp"
android:clickable="false"
- android:contentDescription="@string/WebRtcCallView__flip"
+ android:contentDescription="@string/WebRtcCallView__toggle_camera_direction"
android:scaleType="fitXY"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/call_screen_start_call_controls"
@@ -252,7 +252,7 @@
android:layout_marginEnd="8dp"
android:layout_marginBottom="30dp"
android:background="@drawable/webrtc_call_screen_video_toggle"
- android:contentDescription="@string/WebRtcCallView__camera"
+ android:contentDescription="@string/WebRtcCallView__toggle_camera"
android:stateListAnimator="@null"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/call_screen_start_call_controls"
@@ -269,7 +269,7 @@
android:layout_marginEnd="8dp"
android:layout_marginBottom="30dp"
android:background="@drawable/webrtc_call_screen_mic_toggle"
- android:contentDescription="@string/WebRtcCallView__unmute"
+ android:contentDescription="@string/WebRtcCallView__toggle_mute"
android:stateListAnimator="@null"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/call_screen_start_call_controls"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5753d61629..d28035cea6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1745,19 +1745,17 @@
- %1$s, %2$s, and %3$d others are in this call
-
- Flip
-
- Speaker
-
- Camera
-
- Unmute
-
- Mute
-
- Ring
-
+
+ Toggle camera direction
+
+ Toggle speaker
+
+ Toggle camera
+
+ Toggle mute
+
+ Toggle ring
+
End call