mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-20 23:36:50 +01:00
* [MOD] Switched base language over to English
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -127,8 +127,8 @@ final class ItemsController extends SimpleControllerBase
|
||||
$jsonResponse = new JsonResponse();
|
||||
$jsonResponse->setStatus(0);
|
||||
$jsonResponse->setData([
|
||||
'message' => __('No hay no hay notificaciones pendientes'),
|
||||
'message_has' => sprintf(__('Hay notificaciones pendientes: %d'), $count),
|
||||
'message' => __('There aren\'t any pending notifications'),
|
||||
'message_has' => sprintf(__('There are pending notifications: %d'), $count),
|
||||
'count' => $count,
|
||||
'notifications' => $notifications,
|
||||
'hash' => sha1(implode('', $notifications))
|
||||
|
||||
Reference in New Issue
Block a user