From 5ff3dc7581300cc1174f12e225fd60c6502c0c3e Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Thu, 5 Mar 2026 10:16:25 -0500 Subject: [PATCH] #1652 - widget eidts --- .vitepress/theme/DownloadSuggestionWidget.vue | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vitepress/theme/DownloadSuggestionWidget.vue b/.vitepress/theme/DownloadSuggestionWidget.vue index b53759d0..61b3396c 100644 --- a/.vitepress/theme/DownloadSuggestionWidget.vue +++ b/.vitepress/theme/DownloadSuggestionWidget.vue @@ -38,15 +38,15 @@ function getPreviewOverrides() { } function recommendedForLabel(overrides) { - if (!d.value) return 'Recommended for your system' + if (!d.value) return 'Recommended download for your system' const os = (overrides && overrides.os) || d.value.os const ver = (overrides && overrides.osVersion) || d.value.osVersion const arch = (overrides && overrides.architecture) || d.value.architecture const flavor = (overrides && overrides.linuxFlavor !== undefined) ? overrides.linuxFlavor : d.value.linuxFlavor - if (os === 'windows') return 'Recommended for Windows (' + arch + ')' - if (os === 'mac') return 'Recommended for Mac ' + (ver ? ver + ' ' : '') + '(' + arch + ')' - if (os === 'linux') return 'Recommended for ' + (flavor ? flavor + ' ' : '') + 'Linux (' + arch + ')' - return 'Recommended for your system' + if (os === 'windows') return 'Recommended download for Windows (' + arch + ')' + if (os === 'mac') return 'Recommended download for Mac ' + (ver ? ver + ' ' : '') + '(' + arch + ')' + if (os === 'linux') return 'Recommended download for ' + (flavor ? flavor + ' ' : '') + 'Linux (' + arch + ')' + return 'Recommended download for your system' } function updateRecommendation() { diff --git a/README.md b/README.md index a7e8d32c..d6b05d13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Libation** is a free, open-source application for downloading and managing your Audible audiobooks. It decrypts your library, removes DRM, and lets you own your audiobooks forever. -> **[Which version should I download?](https://getlibation.com)** — get a recommended download for your system on our site. +> **[Which version should I download?](https://getlibation.com)** — get a recommended download for your system on our site. ## Features