Update Pre-Alpha to Alpha wording

This commit is contained in:
Aleksandras Kostarevas 2024-07-01 20:55:04 +03:00
parent 8374cb14f0
commit 49ec4a4a99
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
<string name="disable_emoji">Disable emoji suggestions</string>
<string name="try_typing">Try typing here…</string>
<string name="externally_imported_model">Externally imported model</string>
<string name="spacebar_default_text">Pre-Alpha</string>
<string name="spacebar_default_text">Alpha</string>
<string name="payment_text_1">You\'ve been using FUTO Keyboard for <xliff:g name="days" example="30">%d</xliff:g> days. If you find this app useful, please consider paying to support future development of FUTO software.</string>
<string name="payment_text_1_alt">Thank you for trying out FUTO Keyboard! If you find this app useful, please consider paying to support future development of FUTO software.</string>

View File

@ -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()
)