Changed preview by \"click here\" message

This commit is contained in:
fbsanchez 2019-05-21 08:29:59 +02:00
parent 77fc1abe89
commit b853582fb9
1 changed files with 1 additions and 1 deletions

View File

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