mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed notifiation text misprint
This commit is contained in:
parent
c20fcd6366
commit
ad10d5dff3
@ -1451,7 +1451,7 @@ class ConsoleSupervisor
|
|||||||
'type' => 'NOTIF.PHP.SERIALIZE_PRECISION',
|
'type' => 'NOTIF.PHP.SERIALIZE_PRECISION',
|
||||||
'title' => sprintf(
|
'title' => sprintf(
|
||||||
__("Not recommended '%s' value in PHP configuration"),
|
__("Not recommended '%s' value in PHP configuration"),
|
||||||
'serialze_precision'
|
'serialize_precision'
|
||||||
), 'message' => sprintf(
|
), 'message' => sprintf(
|
||||||
__('Recommended value is: %s'),
|
__('Recommended value is: %s'),
|
||||||
sprintf('-1')
|
sprintf('-1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user