diff options
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
| -rw-r--r-- | core/views/admin_themes_preview.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php index acd1ba3c..d4fa617d 100644 --- a/core/views/admin_themes_preview.html.php +++ b/core/views/admin_themes_preview.html.php @@ -1,7 +1,7 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <p>    <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=" . access::csrf_token()) ?>"> -    <?= t("Activate <strong>{{theme_name}}</strong>", array("theme_name" => $info->name)) ?> +    <?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>    </a>  </p>  <iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe> | 
