From 4251da2fc4a309909c0a4733208a7625080a14f9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:08:16 +0000 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 6a65c6bd..0f13e990 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' => 'Verify', + 'action' => 'Vahvista', ], ], ], @@ -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' => 'Hyväksy', ], ], ],