From 4b04af9a9cecbc3b4fb3e3968c51d7499db38aa5 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 14 Jun 2023 14:06:53 -0500 Subject: [PATCH] popup titles --- imports/i18n/data/en.i18n.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/i18n/data/en.i18n.json b/imports/i18n/data/en.i18n.json index 42e8f2a3a..d72badf3f 100644 --- a/imports/i18n/data/en.i18n.json +++ b/imports/i18n/data/en.i18n.json @@ -85,9 +85,11 @@ "add-card": "Add Card", "add-card-to-top-of-list": "Add Card to Top of List", "add-card-to-bottom-of-list": "Add Card to Bottom of List", + "setListWidthPopup-title": "Set List Width", "set-list-width": "Set List Width", "set-list-width-value": "List Width (pixels)", "list-width-error-message": "List width must be a positive integer >=100. TODO(mark-i-m): hard-coded constants", + "setSwimlaneHeightPopup-title": "Set Swimlane Height", "set-swimlane-height": "Set Swimlane Height", "set-swimlane-height-value": "Swimlane Height (pixels)", "swimlane-height-error-message": "Swimlane height must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",