From 651381760523cf39a8d53890111f1fab185d9591 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:43:45 +0100 Subject: [PATCH] New translations notifications.php (Hungarian) --- resources/lang/hu-HU/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/hu-HU/notifications.php b/resources/lang/hu-HU/notifications.php index 75fffcf8..6a65c6bd 100644 --- a/resources/lang/hu-HU/notifications.php +++ b/resources/lang/hu-HU/notifications.php @@ -51,7 +51,7 @@ return [ 'action' => 'View', ], 'slack' => [ - 'title' => 'Frissítve', + 'title' => ':name Updated', 'content' => ':name was updated to :new_status', ], 'sms' => [ @@ -101,7 +101,7 @@ return [ 'subject' => 'Your invitation is inside...', 'content' => 'You have been invited to join :app_name status page.', 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Elfogadás', + 'action' => 'Accept', ], ], ],