diff --git a/app/src/main/res/layout/view_message_input.xml b/app/src/main/res/layout/view_message_input.xml
index 9eb2d7624..e0ad06bff 100644
--- a/app/src/main/res/layout/view_message_input.xml
+++ b/app/src/main/res/layout/view_message_input.xml
@@ -131,7 +131,7 @@
android:layout_marginEnd="@dimen/standard_double_margin"
android:scaleType="centerInside"
android:src="@drawable/ic_send"
- android:contentDescription="@null"
+ android:contentDescription="@string/nc_send_voice_message"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:visibility="gone" />
@@ -147,7 +147,7 @@
android:scaleType="centerInside"
android:layout_alignParentStart="true"
android:src="@drawable/ic_baseline_mic_red_24"
- android:contentDescription="@null"
+ android:contentDescription="@string/nc_microphone_enabled_audio_recording"
android:visibility="gone"
tools:visibility="gone" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b3943895d..f36ec441e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -299,6 +299,7 @@ How to translate with transifex:
To enable video communication please grant \"Camera\" permission.
To enable voice communication please grant \"Microphone\" permission.
To enable bluetooth speakers please grant \"Nearby devices\" permission.
+ Microphone is enabled and audio is recording
%s voice call
@@ -452,6 +453,7 @@ How to translate with transifex:
- See %d similar message
- See %d similar messages
+ Send voice message
Guest access