From 957f1071b3b766cbff2d2212983618e1f137988e Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 27 Nov 2023 07:38:39 +0100 Subject: [PATCH] Fixed content description --- app/src/main/res/layout/fragment_legend_messages.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_legend_messages.xml b/app/src/main/res/layout/fragment_legend_messages.xml index 04fdd72260..8889e26f90 100644 --- a/app/src/main/res/layout/fragment_legend_messages.xml +++ b/app/src/main/res/layout/fragment_legend_messages.xml @@ -484,7 +484,7 @@ android:id="@+id/ivAutoSubmitted" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:contentDescription="@string/title_legend_receipt" + android:contentDescription="@string/title_legend_auto_submitted" android:padding="12dp" app:layout_constraintBottom_toBottomOf="@+id/tvAutoSubmitted" app:layout_constraintStart_toStartOf="parent"