From b3a4419a3d1bf6fc7104ce8524430f4b7a492d79 Mon Sep 17 00:00:00 2001 From: ariasuni Date: Sat, 26 Aug 2017 23:48:43 +0200 Subject: [PATCH] [fix] Add "OK" in translatable strings (modal dialog for system upgrade) (#171) --- src/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/en.json b/src/locales/en.json index dbccaf85..13e1ab1c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -197,6 +197,7 @@ "no_log": "No log.", "no_user_to_add": "No more users to add.", "non_compatible_api": "Non-compatible API", + "ok": "OK", "open": "Open", "operations": "Operations", "os": "OS",