diff --git a/frontend/src/stores/phone.ts b/frontend/src/stores/phone.ts
index 2772514..68c1b49 100644
--- a/frontend/src/stores/phone.ts
+++ b/frontend/src/stores/phone.ts
@@ -287,7 +287,7 @@ const defaultLocales: LocaleTree = {
accountLocalDetail: 'Not signed in',
accountCloudDetail: 'Mail and notes sync through iFruit Cloud',
accountLoginBody:
- 'Sign in is optional. This phone also works with local data only.',
+ 'Sign in to keep your Mail and Notes. Without an iFruit Account, this data is lost with the phone.',
accountInformation: 'Account Information',
accountStatus: 'Account Status',
accountStatusValue: 'Active',
diff --git a/frontend/src/views/apps/MailApp.vue b/frontend/src/views/apps/MailApp.vue
index 0ba6944..62edc46 100644
--- a/frontend/src/views/apps/MailApp.vue
+++ b/frontend/src/views/apps/MailApp.vue
@@ -397,7 +397,7 @@ onBeforeUnmount(() => {
)
}}
-
+
{
)
}}
-
+
+ @clear="accountEmail = ''"
+ >
+
+ @ifruit.com
+
+
+ >
+
+
{
:label="phone.t('Apps.mail.confirmPassword')"
outline
floating-label
+ autocomplete="new-password"
@input="accountConfirm = eventValue($event)"
- />
+ >
+
+
- {{
- phone.t(
- accountMode === 'login'
- ? 'Apps.mail.login'
- : 'Apps.mail.register',
- )
- }}
+
+
+ {{
+ phone.t(
+ accountMode === 'login'
+ ? 'Apps.mail.login'
+ : 'Apps.mail.register',
+ )
+ }}
+
@@ -478,17 +507,6 @@ async function confirmFactoryReset(): Promise {
}}
- {{ phone.t('Apps.settings.deviceInformation') }}
-
-
-
-
- {{ phone.t('Apps.settings.factoryReset') }}
-
-
@@ -503,14 +521,6 @@ async function confirmFactoryReset(): Promise {
- {{ phone.t('Apps.settings.deviceInformation') }}
-
-
-
-
{{ phone.t('Apps.settings.linkedDevices') }}
{
{{ phone.t('Apps.settings.signOut') }}
-
-
- {{ phone.t('Apps.settings.factoryReset') }}
-
@@ -773,6 +779,18 @@ async function confirmFactoryReset(): Promise {
:after="phone.t('Apps.settings.localStorageValue')"
/>
+
+ {{ phone.t('Apps.settings.deviceInformation') }}
+
+
+
+
+ {{ phone.t('Apps.settings.factoryReset') }}
+
+
diff --git a/sky_phone/config/locales/en.lua b/sky_phone/config/locales/en.lua
index 537fde4..acb97f1 100644
--- a/sky_phone/config/locales/en.lua
+++ b/sky_phone/config/locales/en.lua
@@ -118,7 +118,7 @@ Locales["en"] = {
name = "Settings", searchPlaceholder = "Search", airplaneMode = "Airplane Mode", streamerMode = "Streamer Mode",
wallpaper = "Wallpaper", on = "On", off = "Off", accountName = "iFruit Account",
accountDetail = "Cloud, Mail & Notes", accountLocalDetail = "Not signed in",
- accountCloudDetail = "Mail and notes sync through iFruit Cloud", accountLoginBody = "Sign in is optional. This phone also works with local data only.",
+ accountCloudDetail = "Mail and notes sync through iFruit Cloud", accountLoginBody = "Sign in to keep your Mail and Notes. Without an iFruit Account, this data is lost with the phone.",
accountInformation = "Account Information", accountStatus = "Account Status", accountStatusValue = "Active",
accountStorage = "Cloud Storage", accountStorageValue = "On Device", accountPurchases = "Media & Purchases",
accountPurchasesValue = "Available", notifications = "Notifications", sounds = "Sounds & Haptics",
diff --git a/sky_phone/source/html/index.html b/sky_phone/source/html/index.html
index 9f60ce1..884ac27 100644
--- a/sky_phone/source/html/index.html
+++ b/sky_phone/source/html/index.html
@@ -4,7 +4,7 @@
Sky Phone
-
+