You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
635 B

<div id="wcml_translations_message" class="message error">
<p>{{ strings.trnsl_available|raw }}</p>
<p>
{% if is_multisite %}
<a href="{{ nonces.debug_action|raw }}" class="button-primary">
{{ strings.update_trnsl }}
</a>
{% else %}
<a href="{{ nonces.upgrade_translations|raw }}" class="button-primary">
{{ strings.update_trnsl }}
</a>
{% endif %}
<a href="" class="button">{{ strings.hide }}</a>
<input type="hidden" id="wcml_hide_languages_notice" value="{{ nonces.hide_notice|raw }}" />
</p>
</div>