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.