mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Changed preview by \"click here\" message
This commit is contained in:
parent
77fc1abe89
commit
b853582fb9
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user