Skip to content

Commit 7ca1ec9

Browse files
committed
add content description to buttons
Signed-off-by: sowjanyakch <[email protected]>
1 parent 59fd9f2 commit 7ca1ec9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/res/layout/call_activity.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
android:layout_width="wrap_content"
299299
android:layout_height="wrap_content"
300300
android:layout_margin="@dimen/standard_quarter_margin"
301-
android:contentDescription="@string/nc_call_button_content_description_microphone"
301+
android:contentDescription="@string/nc_common_more_options"
302302
app:backgroundTint="@color/call_buttons_background"
303303
app:borderWidth="0dp"
304304
app:fabCustomSize="40dp"
@@ -311,7 +311,7 @@
311311
android:layout_width="wrap_content"
312312
android:layout_height="wrap_content"
313313
android:layout_margin="@dimen/standard_quarter_margin"
314-
android:contentDescription="@string/nc_call_button_content_description_microphone"
314+
android:contentDescription="@string/end_call"
315315
app:backgroundTint="@color/nc_darkRed"
316316
app:borderWidth="0dp"
317317
app:fabCustomSize="40dp"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ How to translate with transifex:
332332
<string name="call_running_since_one_hour">The call has been running for one hour.</string>
333333
<string name="end_call_for_everyone">End call for everyone</string>
334334
<string name="leave_call">Leave call</string>
335+
<string name="end_call">End call</string>
335336

336337
<!-- Picture in Picture -->
337338
<string name="nc_pip_microphone_mute">Mute microphone</string>

0 commit comments

Comments
 (0)