From 488c4e8b74807844e4db8c3872621a40afe465fc Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 30 Jul 2025 00:21:23 +0300 Subject: [PATCH] fixed DowngradeNote --- .github/ISSUE_TEMPLATE/installer-new-translation.yml | 2 +- scripts/installer-lang/en.ps1 | 2 +- scripts/installer-lang/ru.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installer-new-translation.yml b/.github/ISSUE_TEMPLATE/installer-new-translation.yml index 4e8405a..7951ffd 100644 --- a/.github/ISSUE_TEMPLATE/installer-new-translation.yml +++ b/.github/ISSUE_TEMPLATE/installer-new-translation.yml @@ -62,7 +62,7 @@ body: PodcatsOff = "Off Podcasts" PodcastsOn = "On Podcasts" PodcatsSelect = "Hide podcasts, shows, and audiobooks on the homepage ? [Y/N]" - DowngradeNote = "It is recommended to block because Spotify was downgraded" + DowngradeNote = "It is recommended to block because there is already a newer version of Spotify" UpdBlock = "Spotify updates blocked" UpdUnblock = "Spotify updates are not blocked" UpdSelect = "Block Spotify updates ? [Y/N]" diff --git a/scripts/installer-lang/en.ps1 b/scripts/installer-lang/en.ps1 index b7f81bd..ce77d57 100644 --- a/scripts/installer-lang/en.ps1 +++ b/scripts/installer-lang/en.ps1 @@ -32,7 +32,7 @@ PodcatsOff = "Off Podcasts" PodcastsOn = "On Podcasts" PodcatsSelect = "Hide podcasts, shows, and audiobooks on the homepage ? [Y/N]" - DowngradeNote = "It is recommended to block because Spotify was downgraded" + DowngradeNote = "It is recommended to block because there is already a newer version of Spotify" UpdBlock = "Spotify updates blocked" UpdUnblock = "Spotify updates are not blocked" UpdSelect = "Block Spotify updates ? [Y/N]" diff --git a/scripts/installer-lang/ru.ps1 b/scripts/installer-lang/ru.ps1 index 9b4d5e2..b1e3570 100644 --- a/scripts/installer-lang/ru.ps1 +++ b/scripts/installer-lang/ru.ps1 @@ -32,7 +32,7 @@ PodcatsOff = "Подкасты отключены" PodcastsOn = "Подкасты не отключены" PodcatsSelect = "Скрыть подкасты, шоу и аудиокниги на главной странице ? [Y/N]" - DowngradeNote = "Рекомендуется заблокировать т.к. было понижение версии Spotify" + DowngradeNote = "Рекомендуется заблокировать т.к. уже существует более новая версия Spotify" UpdBlock = "Обновления Spotify заблокированы" UpdUnblock = "Обновления Spotify не заблокированы" UpdSelect = "Заблокировать обновления Spotify ? [Y/N]"