Commit 1e1a9fcd authored by Michal Čihař's avatar Michal Čihař

Missing markup in error message

parent daaba223
......@@ -100,7 +100,7 @@ function process_machine_translation(data, textStatus, jqXHR) {
function failed_machine_translation(jqXHR, textStatus, errorThrown) {
dec_loading();
$('#mt-errors').append(
$(gettext('The request for machine translation has failed:') + ' ' + textStatus)
$('<li>' + gettext('The request for machine translation has failed:') + ' ' + textStatus + '</li>')
);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment