Skip to content

Commit dc2f6f3

Browse files
Updates for the OET
1 parent e605bb5 commit dc2f6f3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

assets/bibles/OET_LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
See https://github.com/Freely-Given-org/OpenEnglishTranslation--OET
1+
The Open English Translation of the Bible is copyright © 2010-2024 by Freely-Given.org and used under the terms of the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) licence. The source files are available at https://OpenEnglishTranslation.Bible and at https://GitHub.com/Freely-Given-org/OpenEnglishTranslation--OET and were downloaded late 2024.
2+
3+
See https://openenglishtranslation.bible/About/Licence for more information.

lib/ui/views/reader/reader_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ReaderView extends StackedView<ReaderViewModel> {
7070
color: context.theme.appColors.background,
7171
padding: const EdgeInsets.symmetric(vertical: 4.0, horizontal: 12.0),
7272
child: Text(
73-
'This is still a very early look into the unfinished text of the Open English Translation of the Bible. Please double-check the text in advance before using in public.',
73+
'This is still a very early look into the unfinished text of the Open English Translation of the Bible. Please double-check the text in advance before using in public. Found a mistake or have questions about the translation? Please visit www.openenglishtranslation.bible.',
7474
style: TextStyle(
7575
fontSize: 8.0,
7676
color: context.theme.appColors.readerText,

0 commit comments

Comments
 (0)