From 65027657ec5595131bfd82fce1458c9e2cd1afc6 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Thu, 11 May 2017 00:20:13 +0200 Subject: [PATCH] Very small fix/update NL strings (#2971) * Very small fix/update NL strings * Oops --- app/javascript/mastodon/locales/nl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index b86746139..11416baa5 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -145,8 +145,8 @@ "status.reblog": "Boost", "status.reblogged_by": "{name} boostte", "status.reply": "Reageren", - "status.replyAll": "Reply to thread", - "status.report": "Report @{name}", + "status.replyAll": "Reageer op iedereen", + "status.report": "Rapporteer @{name}", "status.sensitive_toggle": "Klik om te zien", "status.sensitive_warning": "Gevoelige inhoud", "status.show_less": "Minder tonen",