From af38da35a16d26b8efb716accb55451400d06889 Mon Sep 17 00:00:00 2001 From: Agnieszka C <85929121+Aga-C@users.noreply.github.com> Date: Sun, 15 Jan 2023 12:07:01 +0100 Subject: [PATCH] Changed string --- app/src/main/res/layout/dialog_new_checklist_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_new_checklist_item.xml b/app/src/main/res/layout/dialog_new_checklist_item.xml index 4733f730..8a97d254 100644 --- a/app/src/main/res/layout/dialog_new_checklist_item.xml +++ b/app/src/main/res/layout/dialog_new_checklist_item.xml @@ -36,7 +36,7 @@ android:id="@+id/settings_add_checklist_top" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/add_new_checklist_items_top" + android:text="@string/add_to_the_top" android:visibility="gone" />