fixed minor error in list events js

(cherry picked from commit 7650674043)
This commit is contained in:
daniel 2016-10-27 13:09:16 +02:00
parent 834a613493
commit 2959fe3ce8
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ $(document).ready( function() {
$("#submit-save_filter").click(function () {
// If the filter name is blank show error
if ($('#text-id_name').val() == '') {
$('#show_filter_error').html('<h3 class="error"> <?php echo __('Filter name cannot be left blank'); ?> </h3>');
$('#show_filter_error').html("<h3 class='error'><?php echo __("Filter name cannot be left blank"); ?></h3>");
// Close dialog
$('.ui-dialog-titlebar-close').trigger('click');