diff --git a/i18n/en.json b/i18n/en.json index 8669a048b8..02e573de69 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -474,6 +474,7 @@ "app_bar_signout_dialog_title": "Sign out", "app_download_links": "App Download Links", "app_settings": "App Settings", + "app_stores": "App Stores", "app_update_available": "App update is available", "appears_in": "Appears in", "apply_count": "Apply ({count, number})", @@ -745,6 +746,7 @@ "create": "Create", "create_album": "Create album", "create_album_page_untitled": "Untitled", + "create_api_key": "Create API key", "create_library": "Create Library", "create_link": "Create link", "create_link_to_share": "Create link to share", @@ -1351,7 +1353,7 @@ "minutes": "Minutes", "missing": "Missing", "mobile_app": "Mobile App", - "mobile_app_download_onboarding_note": "You can access these options again from the Utilities page.", + "mobile_app_download_onboarding_note": "Download the companion mobile app using the following options", "model": "Model", "month": "Month", "monthly_title_text_date_format": "MMMM y", @@ -1433,7 +1435,7 @@ "notifications_setting_description": "Manage notifications", "oauth": "OAuth", "obtainium_configurator": "Obtainium Configurator", - "obtainium_configurator_instructions": "Please create an API key and select a variant to create your Obtainium configuration link.", + "obtainium_configurator_instructions": "Use Obtainium to install and update the Android app directly from Immich GitHub's release. Create an API key and select a variant to create your Obtainium configuration link", "official_immich_resources": "Official Immich Resources", "offline": "Offline", "offset": "Offset", diff --git a/web/src/lib/components/layouts/AdminPageLayout.svelte b/web/src/lib/components/layouts/AdminPageLayout.svelte index 5a580dbde8..a74a6aee35 100644 --- a/web/src/lib/components/layouts/AdminPageLayout.svelte +++ b/web/src/lib/components/layouts/AdminPageLayout.svelte @@ -20,7 +20,7 @@ - + diff --git a/web/src/lib/components/onboarding-page/onboarding-mobile-app.svelte b/web/src/lib/components/onboarding-page/onboarding-mobile-app.svelte index 4c46ad76d1..27e24d17e1 100644 --- a/web/src/lib/components/onboarding-page/onboarding-mobile-app.svelte +++ b/web/src/lib/components/onboarding-page/onboarding-mobile-app.svelte @@ -6,22 +6,26 @@ import { t } from 'svelte-i18n'; - +

{$t('mobile_app_download_onboarding_note')}

+ + + + - -

{$t('mobile_app_download_onboarding_note')}

diff --git a/web/src/lib/modals/AppDownloadModal.svelte b/web/src/lib/modals/AppDownloadModal.svelte index 0f7dcf1b4c..7804394d74 100644 --- a/web/src/lib/modals/AppDownloadModal.svelte +++ b/web/src/lib/modals/AppDownloadModal.svelte @@ -1,5 +1,5 @@ - + -
-
- -
-
-
- -
-
- -
-
- -
-
- -
-
+
+ + {$t('obtainium_configurator_instructions')} + +
+
+
-
-
- {#if inputUrl && inputApiKey && archVariant} - - Get it on Obtainium - - {:else} - - {/if} -
+
+ + +
+ +
+
+ + + + + {#if inputUrl && inputApiKey && archVariant} +
+
+
+ + Get it on Obtainium + +
+
+ {/if}
diff --git a/web/src/routes/auth/onboarding/+page.svelte b/web/src/routes/auth/onboarding/+page.svelte index c046c5fadf..9b33351d0f 100644 --- a/web/src/routes/auth/onboarding/+page.svelte +++ b/web/src/routes/auth/onboarding/+page.svelte @@ -90,7 +90,7 @@ component: OnboardingMobileApp, role: OnboardingRole.USER, title: $t('mobile_app'), - icon: mdiCellphoneArrowDownVariant, // or you can use mdiCellphone + icon: mdiCellphoneArrowDownVariant, }, ]); @@ -167,7 +167,7 @@ style="width: {(onboardingProgress / onboardingStepCount) * 100}%" >
-
+