Changed preview by \"click here\" message

This commit is contained in:
fbsanchez 2019-05-21 08:29:59 +02:00
parent 77fc1abe89
commit b853582fb9

View File

@ -978,7 +978,7 @@ function notifications_print_dropdown_element($message_info)
case 'Official communication': case 'Official communication':
$action = 'show_modal(this.id);'; $action = 'show_modal(this.id);';
$target = ''; $target = '';
$body_preview = io_safe_output($message_info['mensaje']); $body_preview = __('Click here to get more information');
break; break;
default: default: