diff --git a/archive/community.applications-2023.01.05-x86_64-1.txz b/archive/community.applications-2023.01.05-x86_64-1.txz index c210a790..bf3839fc 100644 Binary files a/archive/community.applications-2023.01.05-x86_64-1.txz and b/archive/community.applications-2023.01.05-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index e96027c4..a2454234 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -22,4 +22,4 @@ ed42a35b3524b55e2024cdd56a795733 ./scripts/pluginInstall.php 5c088a7cf82229cb64edfd4c415a84a0 ./scripts/updatePluginSupport.php 230290ceb59b21a3fae7fa7674d5d89d ./skins/Narrow/css.php d642a25efb891e51471fc4c7636da885 ./skins/Narrow/skin.html -66ba1f2871db0118fd8c315a6cc6f4b2 ./skins/Narrow/skin.php +2c9f365863313088f562ca99ff342042 ./skins/Narrow/skin.php diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php index afde1ef4..8adbd9fc 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php @@ -1412,13 +1412,15 @@ function displayPopup($template) { $card .= "
".tr("Additional Requirements")."
{$template['Requires']}
"; if ( $Deprecated ) - $ModeratorComment .= "
".tr("This application template has been deprecated."); + $ModeratorComment .= "
".tr("This application template has been deprecated"); if ( ! $Compatible && ! $UnknownCompatible ) $ModeratorComment .= $VerMessage ?: "
".tr("This application is not compatible with your version of Unraid."); if ( $Blacklist ) $ModeratorComment .= "
".tr("This application template has been blacklisted."); - $ModeratorComment .= " $CAComment"; + if ( $CAComment ) + $ModeratorComment .= " $CAComment"; + if ( $Language && $LanguagePack !== "en_US" ) { $ModeratorComment .= "$disclaimLine1"; }