From 3a511b1ddbc5d4564f073f494a53776fa232f207 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:44:07 +0100 Subject: [PATCH] New translations notifications.php (Finnish) --- resources/lang/fi-FI/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fi-FI/notifications.php b/resources/lang/fi-FI/notifications.php index 0f13e990..6a65c6bd 100644 --- a/resources/lang/fi-FI/notifications.php +++ b/resources/lang/fi-FI/notifications.php @@ -82,7 +82,7 @@ return [ 'subject' => 'Verify Your Subscription', 'content' => 'Click to verify your subscription to :app_name status page.', 'title' => 'Verify your subscription to :app_name status page.', - 'action' => 'Vahvista', + 'action' => 'Verify', ], ], ], @@ -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' => 'Hyväksy', + 'action' => 'Accept', ], ], ],