diff --git a/app/src/androidTest/java/org/kiwix/kiwixmobile/note/NoteRobot.kt b/app/src/androidTest/java/org/kiwix/kiwixmobile/note/NoteRobot.kt index 8a877b062..9131edba5 100644 --- a/app/src/androidTest/java/org/kiwix/kiwixmobile/note/NoteRobot.kt +++ b/app/src/androidTest/java/org/kiwix/kiwixmobile/note/NoteRobot.kt @@ -67,7 +67,7 @@ class NoteRobot : BaseRobot() { // overFlowOptionMenu so that we can easily click on it. pauseForBetterTestPerformance() openActionBarOverflowOrOptionsMenu(context) - clickOn(Text("Note")) + clickOn(TextId(R.string.take_notes)) } fun assertNoteDialogDisplayed() { diff --git a/core/src/main/res/menu/menu_main.xml b/core/src/main/res/menu/menu_main.xml index d1fb2cf23..2d20af056 100644 --- a/core/src/main/res/menu/menu_main.xml +++ b/core/src/main/res/menu/menu_main.xml @@ -20,7 +20,7 @@ diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 8b6a5c9ff..bc9dd344b 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -233,6 +233,7 @@ The ZIM file could not be downloaded. Please try reinstalling the application from the Play store. Save Note + Take notes Wiki Article Title Storage access is required for exporting Bookmarks Bookmarks can’t export without access of storage