[skip ci] Refer to the preview build as beta

This commit is contained in:
AntsyLich
2024-01-17 16:01:26 +06:00
parent 0a2df21c5b
commit 3c3a1cd448
2 changed files with 6 additions and 6 deletions

View File

@ -247,7 +247,7 @@ object AboutScreen : Screen() {
}
}
BuildConfig.PREVIEW -> {
"Preview r${BuildConfig.COMMIT_COUNT}".let {
"Beta r${BuildConfig.COMMIT_COUNT}".let {
if (withBuildDate) {
"$it (${BuildConfig.COMMIT_SHA}, ${getFormattedBuildTime()})"
} else {