From 80fe28a952e31bb1c598254609d8ef499c975409 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 9 Apr 2020 12:48:41 -0400 Subject: [PATCH] Fixed now button locale missing --- public/_locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index d05dcfc6..5b09d93c 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -525,5 +525,8 @@ }, "testingServerWarning": { "message": "All submissions and votes WILL NOT COUNT towards the main server while connecting to the test server. Make sure to disable this when you want to make real submissions." + }, + "bracketNow": { + "message": "(Now)" } }