From 357bd6502864c74dfd10d720a5c2343fb4031972 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 15 Nov 2021 19:52:17 +0100 Subject: [PATCH] web/flows: fix typo Signed-off-by: Jens Langhammer --- web/src/flows/FlowInspector.ts | 2 +- web/src/locales/en.po | 8 ++++++-- web/src/locales/fr_FR.po | 8 ++++++-- web/src/locales/pseudo-LOCALE.po | 6 +++++- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/web/src/flows/FlowInspector.ts b/web/src/flows/FlowInspector.ts index cc57157cc..33cc4a400 100644 --- a/web/src/flows/FlowInspector.ts +++ b/web/src/flows/FlowInspector.ts @@ -270,7 +270,7 @@ ${JSON.stringify(this.getStage(this.state.currentPlan?.nextPlannedStage?.stageOb
-
${t`Current plan cntext`}
+
${t`Current plan context`}
diff --git a/web/src/locales/en.po b/web/src/locales/en.po
index 594445c4e..4165235d2 100644
--- a/web/src/locales/en.po
+++ b/web/src/locales/en.po
@@ -1225,9 +1225,13 @@ msgstr "Created by"
 msgid "Creation Date"
 msgstr "Creation Date"
 
+#: 
+#~ msgid "Current plan cntext"
+#~ msgstr "Current plan cntext"
+
 #: src/flows/FlowInspector.ts
-msgid "Current plan cntext"
-msgstr "Current plan cntext"
+msgid "Current plan context"
+msgstr "Current plan context"
 
 #: src/pages/applications/ApplicationForm.ts
 #: src/pages/flows/FlowForm.ts
diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po
index a168024c0..0df680e9f 100644
--- a/web/src/locales/fr_FR.po
+++ b/web/src/locales/fr_FR.po
@@ -1223,9 +1223,13 @@ msgstr "Créé par"
 msgid "Creation Date"
 msgstr "Date de création"
 
+#: 
+#~ msgid "Current plan cntext"
+#~ msgstr "Contexte du plan courant"
+
 #: src/flows/FlowInspector.ts
-msgid "Current plan cntext"
-msgstr "Contexte du plan courant"
+msgid "Current plan context"
+msgstr ""
 
 #: src/pages/applications/ApplicationForm.ts
 #: src/pages/flows/FlowForm.ts
diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po
index bf8718241..ce0e5ff94 100644
--- a/web/src/locales/pseudo-LOCALE.po
+++ b/web/src/locales/pseudo-LOCALE.po
@@ -1219,8 +1219,12 @@ msgstr ""
 msgid "Creation Date"
 msgstr ""
 
+#: 
+#~ msgid "Current plan cntext"
+#~ msgstr ""
+
 #: src/flows/FlowInspector.ts
-msgid "Current plan cntext"
+msgid "Current plan context"
 msgstr ""
 
 #: src/pages/applications/ApplicationForm.ts