Skip to content

Commit

Permalink
Make modal title a bit shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 11, 2023
1 parent 9aff2f2 commit 6d945fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{{ bibleBookName }} {{ verseInfo.chapter }}:{{ verseInfo.verse }}<template v-if="verseInfo.verseTo">-{{ verseInfo.verseTo }}</template>
</template>
<template v-else>
{{ strings.bookmarksAndNotes }}
{{ strings.bookmarks }}
</template>
</template>
</ModalDialog>
Expand Down
1 change: 1 addition & 0 deletions app/bibleview-js/src/declaration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type UntranslatedStrings = {
}

type TranslatedStrings = {
bookmarks: string
bookmarksAndNotes: string
openMyNotes: string
openStudyPad: string
Expand Down
1 change: 1 addition & 0 deletions app/bibleview-js/src/lang/default.yaml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6d945fb

Please sign in to comment.