From 6d945fb34eda8aa7954edc1182d13da6c5b1b7a1 Mon Sep 17 00:00:00 2001 From: Tuomas Airaksinen Date: Fri, 11 Aug 2023 19:33:15 +0300 Subject: [PATCH] Make modal title a bit shorter --- app/bibleview-js/src/components/modals/AmbiguousSelection.vue | 2 +- app/bibleview-js/src/declaration.d.ts | 1 + app/bibleview-js/src/lang/default.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/bibleview-js/src/components/modals/AmbiguousSelection.vue b/app/bibleview-js/src/components/modals/AmbiguousSelection.vue index acf7e9c880..86fb2cd1cb 100644 --- a/app/bibleview-js/src/components/modals/AmbiguousSelection.vue +++ b/app/bibleview-js/src/components/modals/AmbiguousSelection.vue @@ -66,7 +66,7 @@ {{ bibleBookName }} {{ verseInfo.chapter }}:{{ verseInfo.verse }} diff --git a/app/bibleview-js/src/declaration.d.ts b/app/bibleview-js/src/declaration.d.ts index f92220874a..81cce80dec 100644 --- a/app/bibleview-js/src/declaration.d.ts +++ b/app/bibleview-js/src/declaration.d.ts @@ -47,6 +47,7 @@ type UntranslatedStrings = { } type TranslatedStrings = { + bookmarks: string bookmarksAndNotes: string openMyNotes: string openStudyPad: string diff --git a/app/bibleview-js/src/lang/default.yaml b/app/bibleview-js/src/lang/default.yaml index facc539b5d..9328930d65 100644 --- a/app/bibleview-js/src/lang/default.yaml +++ b/app/bibleview-js/src/lang/default.yaml @@ -1,4 +1,5 @@ # Open in "My Notes" title. (just demonstrating developer note) +bookmarks: Bookmarks bookmarksAndNotes: Bookmarks & My Notes openMyNotes: Open in My Notes openStudyPad: Open in Study Pad (%s)