Hello,
I've got a problem with language in my dashboard. I am creating a custom theme based on modern Meraki. I am doing it here:
The problem is, I have those variables, probably in JS, not quite sure:
<div id="right_col">
<div class="login-error $MERAKI:HIDDEN_UNLESS_ERROR_MESSAGES$">
<p>$MERAKI:WARNING_IMAGE$$MERAKI:ERROR_(...)$</p>
</div>
<div id="signin_form" class="formarea">
$MERAKI:MODERN_AUTH_ALREADY_HAVE_ACCOUNT_SIGN_IN_(...)$
<div class="form_links $MERAKI:HIDDEN_UNLESS_(...)$">
<a class="toggle_link" id="create_account_link" href="#">$MERAKI:AUTH_CREATE_ACCOUNT(...)</a>
</div>
// the (...) is because I wasn't sure if I can publish it.
And there is a text in langauge that our customers cannot understand (we are polish, language is in english. I know, it is not hard language but it looks so unprofessional).
My question is, can I edit it somehow or somewhere?
Thank You in advance for any kind of help.