From e97938feab568569ed73328e54d85c491bb6b0fe Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 25 Jun 2018 06:40:09 +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 6a65c6bd..75fffcf8 100644 --- a/resources/lang/hu-HU/notifications.php +++ b/resources/lang/hu-HU/notifications.php @@ -51,7 +51,7 @@ return [ 'action' => 'View', ], 'slack' => [ - 'title' => ':name Updated', + 'title' => 'Frissítve', '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' => 'Accept', + 'action' => 'Elfogadás', ], ], ],