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', ], ], ],