Skip to content

Commit

Permalink
Use lang_js()
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 24, 2024
1 parent 741bfb4 commit 1ed1a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/all/template/abbc3_posting_script.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
} catch (e) {}
} else {
alert('{{ lang('ABBC3_NOSELECT_ERROR')|e("js") }}');
alert('{{ lang_js('ABBC3_NOSELECT_ERROR') }}');
return;
}
break;
Expand All @@ -84,7 +84,7 @@
if (theSelection) {
copyPaste = theSelection;
} else {
alert('{{ lang('ABBC3_NOSELECT_ERROR')|e("js") }}');
alert('{{ lang_js('ABBC3_NOSELECT_ERROR') }}');
return;
}
break;
Expand All @@ -93,7 +93,7 @@
if (copyPaste) {
bbfontstyle(copyPaste, '');
} else {
alert('{{ lang('ABBC3_PASTE_ERROR')|e("js") }}');
alert('{{ lang_js('ABBC3_PASTE_ERROR') }}');
}
break;

Expand Down

0 comments on commit 1ed1a61

Please sign in to comment.