diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index e0974312d..ab7933617 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1920,9 +1920,10 @@ "color-scheme": "Color scheme" }, "cpu_arch_warning": { - "title": "Performance warning", - "message": "TriliumNext is currently running under Rosetta 2 translation, which means you're using the Intel (x64) version on an Apple Silicon Mac. This will significantly impact performance and battery life.", - "recommendation": "For the best experience, please download the native Apple Silicon (ARM64) version of TriliumNext from our releases page.", + "title": "Please download the ARM64 version", + "message_macos": "TriliumNext is currently running under Rosetta 2 translation, which means you're using the Intel (x64) version on Apple Silicon Mac. This will significantly impact performance and battery life.", + "message_windows": "TriliumNext is currently running emulation, which means you're using the Intel (x64) version on a Windows on ARM device. This will significantly impact performance and battery life.", + "recommendation": "For the best experience, please download the native ARM64 version of TriliumNext from our releases page.", "download_link": "Download Native Version", "continue_anyway": "Continue Anyway", "dont_show_again": "Don't show this warning again" diff --git a/apps/client/src/widgets/dialogs/incorrect_cpu_arch.ts b/apps/client/src/widgets/dialogs/incorrect_cpu_arch.ts index 5a74336e1..8cefce533 100644 --- a/apps/client/src/widgets/dialogs/incorrect_cpu_arch.ts +++ b/apps/client/src/widgets/dialogs/incorrect_cpu_arch.ts @@ -7,33 +7,22 @@ const TPL = /*html*/`