Fix a note about translations

This commit is contained in:
Squidly271 2021-11-04 20:54:40 -04:00
parent 9400f4a949
commit 01a2f00334
3 changed files with 2 additions and 5 deletions

View File

@ -22,4 +22,4 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md
2bd671daecaf01549f8cc0202cb184b3 ./scripts/updatePluginSupport.php
c8e4e9a16b47ecc0acf66d46be497599 ./skins/Narrow/css.php
e965c8fafd1eae7a0387e37cee3aeaf9 ./skins/Narrow/skin.html
f8e8a9fdea8ca9f83e2cb44546ea84c0 ./skins/Narrow/skin.php
b8834745e98616cf88a9c2d510dae649 ./skins/Narrow/skin.php

View File

@ -36,7 +36,6 @@ function my_display_apps($file,$pageNumber=1,$selectedApps=false,$startup=false)
$caSettings['dockerRunning'] = "true";
// $info = $DockerTemplates->getAllInfo();
$info = getAllInfo();
file_put_contents("/tmp/blah",print_r($info,true));
//$dockerRunning = $DockerClient->getDockerContainers();
$dockerUpdateStatus = readJsonFile($caPaths['dockerUpdateStatus']);
} else {
@ -350,7 +349,6 @@ function getPopupDescriptionSkin($appNumber) {
}
$dockerRunning = $DockerClient->getDockerContainers();
$dockerUpdateStatus = readJsonFile($caPaths['dockerUpdateStatus']);
file_put_contents("/tmp/blah",print_r($dockerRunning,true));
} else {
unset($caSettings['dockerRunning']);
$info = array();
@ -1138,7 +1136,7 @@ function displayPopup($template) {
}
if ( $ModeratorComment ) {
$card .= "<div class='modComment'><div class='moderatorCommentHeader'> ".tr("Attention:")."</div><div class='moderatorComment'>".tr($ModeratorComment)."</div></div>";
$card .= "<div class='modComment'><div class='moderatorCommentHeader'> ".tr("Attention:")."</div><div class='moderatorComment'>$ModeratorComment</div></div>";
}
if ( $RecommendedReason) {
@ -1251,7 +1249,6 @@ function displayPopup($template) {
}
$card .= "</div>";
return $card;
}
?>