Message update notif.syncqueue.length

This commit is contained in:
fbsanchez 2021-11-02 12:48:48 +01:00
parent 7f35845944
commit 976e881cb9
1 changed files with 1 additions and 1 deletions

View File

@ -2742,7 +2742,7 @@ class ConsoleSupervisor
'type' => 'NOTIF.SYNCQUEUE.LENGTH.'.$node_id,
'title' => __('Node %s sync queue length exceeded, ', $node->server_name()),
'message' => __(
'Synchronization queue lenght for node %s is %d items, this value should be 0 or lower than %d, pleae visit the ',
'Synchronization queue lenght for node %s is %d items, this value should be 0 or lower than %d, please check the queue status.',
$node->server_name(),
$count,
self::MIN_SYNC_QUEUE_LENGTH