From e751117bd1a1e9dc5fcecb2d9b4d6049f38ad1a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:54:21 -0500 Subject: [PATCH] automated update to translation keys (#825) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index c5d5342e..5660667d 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -1260,5 +1260,11 @@ }, "HiddenQuestionConfig": { "Hidden fields": "Hidden fields" + }, + "FormView": { + "Publish": "Publish", + "Publish your form?": "Publish your form?", + "Unpublish": "Unpublish", + "Unpublish your form?": "Unpublish your form?" } }