Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Feb 20, 2024
1 parent 75ad1c9 commit 76b02cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/pages/v/[chartId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const VisualizationPage = (props: Serialized<PageProps>) => {
>
<div>
<Trans id="hint.publication.draft">
This chart is still in draft.
This chart is still a draft.
</Trans>
</div>

Expand Down

0 comments on commit 76b02cf

Please sign in to comment.