From ae0f369e736fc6adf4d816cd62a42d5230c48303 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 18 Sep 2024 11:03:55 -0400 Subject: [PATCH] Adding publish time strings. (#148) --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index af19726..e7336ba 100644 --- a/translations/en.json +++ b/translations/en.json @@ -643,5 +643,7 @@ "registration_for_user": "Registration for {{name}}", "loading_registration": "Loading registration", "fetch_registration_error": "Could not fetch registration application", - "view_registration": "View registration" + "view_registration": "View registration", + "publish_in_time": "Publish {{time}}", + "scheduled_publish_time": "Scheduled Publish Time" }