From 76b02cf8233c52b47de5a30f7dc4c831e718bae4 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Tue, 20 Feb 2024 10:04:20 +0100 Subject: [PATCH] fix: Typo --- app/locales/en/messages.po | 2 +- app/pages/v/[chartId].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/en/messages.po b/app/locales/en/messages.po index 7ff403b12..8d1bdfeb4 100644 --- a/app/locales/en/messages.po +++ b/app/locales/en/messages.po @@ -1173,7 +1173,7 @@ msgstr "Negative Values" #: app/pages/v/[chartId].tsx msgid "hint.publication.draft" -msgstr "This chart is still in draft." +msgstr "This chart is still a draft." #: app/components/hint.tsx msgid "hint.publication.success" diff --git a/app/pages/v/[chartId].tsx b/app/pages/v/[chartId].tsx index 7bdc6316b..1741f2e47 100644 --- a/app/pages/v/[chartId].tsx +++ b/app/pages/v/[chartId].tsx @@ -201,7 +201,7 @@ const VisualizationPage = (props: Serialized) => { >
- This chart is still in draft. + This chart is still a draft.