Skip to content

Commit 1bfd737

Browse files
committed
Feature/update wording (#221)
* Reword footer text. Resolves #220 * Reword recovery hint. Resolves #215
1 parent c5efa33 commit 1bfd737

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

src/features/disclaimer/Recovery.jsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ export default function Recovery() {
88

99
return(
1010
<Disclaimer
11-
lines={[
12-
t("line1"),
13-
t("line2"),
14-
t("line3"),
15-
]}
16-
title={t("title")}
11+
lines={[t("recoveryText")]}
12+
title={t("recoveryTitle")}
1713
/>
1814
);
1915
}

src/features/navigation/Footer.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ export default function Footer() {
5959
{t("footerIssueLink")}
6060
</Link>
6161
.
62+
63+
{t("footerDiscord")}
64+
&nbsp;
65+
<Link href="https://discord.com/invite/3rpnBBJKtU">
66+
{t("footerDiscordLink")}
67+
</Link>
68+
.
6269
</Typography>
6370
</Grid>
6471
</Grid>

src/translations/en/disclaimer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"title": "Safety measures/recovery hints:",
3-
"line1": "When wtfos is started, the /system partition is overwritten with a writable copy of the partition kept in /blackbox/wtfos/system.img",
4-
"line2": "If you hold the bind button down during boot wtfos startup will be skipped with adb enabled to allow for wiping of wtfos or diagnosis",
5-
"line3": "If wtfos detects any fatal issues, it will likewise attempt to boot up without any modifications and with adb enabled",
2+
"recoveryTitle": "Safety measures/recovery hints:",
3+
"recoveryText": "If you encounter any problems with wtfOS, try booting into safe mode by holding down the bind button on your device for 30 seconds while powering up. You should then be able to uninstall and re-install wtfOS or seek further help.",
64
"browserNotSupported": "Browser not supported!",
75
"browserNotSupportedText": "Your browser does not support webusb functionality. Please use a",
86
"browserNotSupportedLink": "browser which provides this functionality.",

src/translations/en/navigation.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"footerIssue": "If you run into any issues, please",
3-
"footerIssueLink": "report them on github",
2+
"footerIssue": " If you run into bugs, please",
3+
"footerIssueLink": "report them",
4+
"footerDiscord": " If you need support,",
5+
"footerDiscordLink": "join us on Discord",
46
"menuHome": "Home",
57
"menuPackageManager": "Package Manager",
68
"menuStartup": "Startup",

0 commit comments

Comments
 (0)