diff --git a/themes/grav/templates/partials/plugins-details.html.twig b/themes/grav/templates/partials/plugins-details.html.twig index 81a44542..7ed7e62d 100644 --- a/themes/grav/templates/partials/plugins-details.html.twig +++ b/themes/grav/templates/partials/plugins-details.html.twig @@ -48,7 +48,7 @@ {% set gumroad_loaded = true %} {% endif %} - {{ "Buy Now"|tu }} + {{ "Buy Now"|tu }} {% else %} {{ "PLUGIN_ADMIN.INSTALL_PLUGIN"|tu }} {% endif %} diff --git a/themes/grav/templates/partials/plugins-list.html.twig b/themes/grav/templates/partials/plugins-list.html.twig index a2870813..e9607809 100644 --- a/themes/grav/templates/partials/plugins-list.html.twig +++ b/themes/grav/templates/partials/plugins-list.html.twig @@ -52,7 +52,7 @@ {% set gumroad_loaded = true %} {% endif %} - {{ "Buy Now"|tu }} + {{ "Buy Now"|tu }} {% else %} {{ "PLUGIN_ADMIN.INSTALL"|tu }} {% endif %}