From 1f8b8a785933cd8ac28d13c95aeac766f1a94478 Mon Sep 17 00:00:00 2001 From: Flaminia Cavallo Date: Wed, 27 Nov 2024 09:16:05 +0100 Subject: [PATCH] feat: stop hiding form tab and give some temp vertical space to not yet developed sections --- i18n/en.pot | 22 +++++++++++++++++-- .../dataSets/form/DataSetFormContents.tsx | 19 ++++++++-------- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/i18n/en.pot b/i18n/en.pot index ec109add..83af8483 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2024-11-13T08:29:01.348Z\n" -"PO-Revision-Date: 2024-11-13T08:29:01.348Z\n" +"POT-Creation-Date: 2024-11-25T11:05:35.282Z\n" +"PO-Revision-Date: 2024-11-25T11:05:35.283Z\n" msgid "schemas" msgstr "schemas" @@ -1187,6 +1187,24 @@ msgstr "Configure data entry periods" msgid "Choose for what time periods data can be entered for this data set" msgstr "Choose for what time periods data can be entered for this data set" +msgid "Validation and limitations" +msgstr "Validation and limitations" + +msgid "Configure how data can and must be entered for this data" +msgstr "Configure how data can and must be entered for this data" + +msgid "Configure which organisation units can collect data for this data set." +msgstr "Configure which organisation units can collect data for this data set." + +msgid "Advanced options" +msgstr "Advanced options" + +msgid "These options are used for advanced data set configurations." +msgstr "These options are used for advanced data set configurations." + +msgid "Data entry form" +msgstr "Data entry form" + msgid "Setup" msgstr "Setup" diff --git a/src/pages/dataSets/form/DataSetFormContents.tsx b/src/pages/dataSets/form/DataSetFormContents.tsx index 9ef820f2..c205bc87 100644 --- a/src/pages/dataSets/form/DataSetFormContents.tsx +++ b/src/pages/dataSets/form/DataSetFormContents.tsx @@ -28,9 +28,7 @@ export const DataSetFormContents = () => { const [selectedSection] = useSelectedSection() return ( <> -