From 206ea3acf97bfe1086171e11d40cd86f886f21e1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 13 Mar 2018 19:40:10 +0000 Subject: [PATCH] New translations cachet.php (Dutch) --- resources/lang/nl-NL/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index 1a554766..00472a37 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -120,8 +120,8 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'incident' => 'Informatie betreffende het incident :name van :date', + 'schedule' => 'Informatie betreffende het onderhoud :name gepland op :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Blijf op de hoogte van de laatste service updates over :app.', ],