From cfb6360bdfdc193da3476d5cea1f9713bbd637e7 Mon Sep 17 00:00:00 2001 From: jbrw Date: Thu, 28 Apr 2022 16:48:26 -0400 Subject: [PATCH] UX: Add time_shortcut.now translation (#16588) When using `future-date-input` with the option of `includeNow=true` we need to have a translation for `time_shortcut.now`. --- config/locales/client.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4f388ea660f..957d491793b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -641,6 +641,7 @@ en: relative: "Relative" time_shortcut: + now: "Now" later_today: "Later today" two_days: "Two days" next_business_day: "Next business day"