From f4fda8d80cec8d83179795b4bd4581a4f5475551 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 2 Jul 2022 21:05:40 +0100 Subject: [PATCH] New translations activities.php (Dutch) --- resources/lang/nl/activities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl/activities.php b/resources/lang/nl/activities.php index ab0db63b8..e8009795e 100644 --- a/resources/lang/nl/activities.php +++ b/resources/lang/nl/activities.php @@ -40,8 +40,8 @@ return [ // Bookshelves 'bookshelf_create' => 'boekenplank aangemaakt', 'bookshelf_create_notification' => 'Boekenplank succesvol aangemaakt', - 'bookshelf_create_from_book' => 'converted book to bookshelf', - 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', + 'bookshelf_create_from_book' => 'Boek is geconverteerd naar boekenplank', + 'bookshelf_create_from_book_notification' => 'Boek is succesvol geconverteerd naar boekenplank', 'bookshelf_update' => 'wijzigde boekenplank', 'bookshelf_update_notification' => 'Boekenplank succesvol bijgewerkt', 'bookshelf_delete' => 'verwijderde boekenplank',