From 20bf744df367fa712d195b28d80e3b1cde35490f Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Sat, 6 Aug 2016 12:55:45 +0200 Subject: [PATCH] fix: added missing client translation (#7180) no issue --- core/server/translations/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/server/translations/en.json b/core/server/translations/en.json index 364ccd0417..6c4a7b3433 100644 --- a/core/server/translations/en.json +++ b/core/server/translations/en.json @@ -25,6 +25,9 @@ "mail": { "invitedByName": "{invitedByName} has invited you to join {blogName}" } + }, + "clients": { + "clientNotFound": "Client not found" } } },