From 49ec4a4a9929b4b9a0d3cb60ebe860d31046fa9b Mon Sep 17 00:00:00 2001 From: Aleksandras Kostarevas Date: Mon, 1 Jul 2024 20:55:04 +0300 Subject: [PATCH] Update Pre-Alpha to Alpha wording --- java/res/values/strings-uix.xml | 2 +- java/src/org/futo/inputmethod/latin/uix/settings/Setup.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/res/values/strings-uix.xml b/java/res/values/strings-uix.xml index a3ba5395d..678f0864e 100644 --- a/java/res/values/strings-uix.xml +++ b/java/res/values/strings-uix.xml @@ -59,7 +59,7 @@ Disable emoji suggestions Try typing hereā€¦ Externally imported model - Pre-Alpha + Alpha You\'ve been using FUTO Keyboard for %d days. If you find this app useful, please consider paying to support future development of FUTO software. Thank you for trying out FUTO Keyboard! If you find this app useful, please consider paying to support future development of FUTO software. diff --git a/java/src/org/futo/inputmethod/latin/uix/settings/Setup.kt b/java/src/org/futo/inputmethod/latin/uix/settings/Setup.kt index 47cbb4834..b755978be 100644 --- a/java/src/org/futo/inputmethod/latin/uix/settings/Setup.kt +++ b/java/src/org/futo/inputmethod/latin/uix/settings/Setup.kt @@ -114,7 +114,7 @@ fun SetupEnableIME() { Step(fraction = 1.0f/3.0f, text = "Setup - Step 1 of 3") Text( - "Welcome to FUTO Keyboard pre-alpha! Please keep in mind things may be rough. This is not a finished product in any way.\n\nFirst, enable FUTO Keyboard as an input method.", + "Welcome to FUTO Keyboard alpha! Please keep in mind things may be rough. This is not a finished product in any way.\n\nFirst, enable FUTO Keyboard as an input method.", textAlign = TextAlign.Center, modifier = Modifier.fillMaxWidth() )