diff --git a/Templates/Plus/3.tpl b/Templates/Plus/3.tpl
index 8d7ec6e7..196b8a73 100644
--- a/Templates/Plus/3.tpl
+++ b/Templates/Plus/3.tpl
@@ -146,7 +146,7 @@ function formatRemainingTime($endTimestamp, $nowTimestamp) {
|
2 |
1) ? ''.ON.'' : ''.TOO_LITTLE_GOLD.'';
+ echo ($golds['gold']>1) ? ''.GOLD_ON.'' : ''.TOO_LITTLE_GOLD.'';
?> |
@@ -201,9 +201,9 @@ if (class_exists('GoldShop')):
if($golds['gold']>99){
echo ''.ACTIVATE.'';
} else echo ''.TOO_LITTLE_GOLD.'';
- } else echo ''.ON.'';
+ } else echo ''.GOLD_ON.'';
?>
-
\ No newline at end of file
+