From 88ad64f113878784dfc0808ffdc83c8aca85588f Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 14 Mar 2021 19:42:52 +0100 Subject: [PATCH] Added translation strings ref #91 --- src/locales/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 6f15e5c6..bf5d964d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -311,5 +311,8 @@ "you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉", "zip-postal-code": "ZIP/ postal code", "search-for-runner-by-name-or-id": "Search for runner (by name or id)", - "no-runners-found": "No runners found" + "no-runners-found": "No runners found", + "search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)", + "no-organizations-found": "No organizations found", + "you-have-to-provide-an-organization": "You have to provide an organization" }