fixes #2269 typo in template for language key

This commit is contained in:
plegall 2024-11-15 10:56:03 +01:00
parent 74f606e4a8
commit d0fafcfc13

View file

@ -13,7 +13,7 @@
{footer_script}
const str_confirm_msg = "{"Yes, I am sure"|@translate}";
const str_cancel_msg = "{"No, I have chaged my mind"|@translate}";
const str_cancel_msg = "{"No, I have changed my mind"|@translate}";
const str_install_title = "{'Are you sure you want to install the plugin "%s"?'|@translate|@escape:'javascript'}";
const strs_certification = {
"-1" : "{'This plugin is incompatible with your version'|@translate}",
@ -212,4 +212,4 @@ const str_from_begining = "{"since the beginning"|@translate}";
<a href="{$BETA_URL}" class="buttonLike icon-fire">{'Show beta test plugins'|@translate}</a>
{/if}
</p>
{/if}
{/if}