Skip to content

Commit

Permalink
fix: removed period for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
BRaimbault committed Jun 4, 2024
1 parent febd226 commit 6a30ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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-06-03T15:25:07.466Z\n"
"PO-Revision-Date: 2024-06-03T15:25:07.466Z\n"
"POT-Creation-Date: 2024-06-04T09:11:11.417Z\n"
"PO-Revision-Date: 2024-06-04T09:11:11.417Z\n"

msgid "Untitled map, {{date}}"
msgstr "Untitled map, {{date}}"
Expand Down Expand Up @@ -425,8 +425,8 @@ msgstr "Aggregation type"
msgid "Only show completed events"
msgstr "Only show completed events"

msgid "Include org. units with no data"
msgstr "Include org. units with no data"
msgid "Include org units with no data"
msgstr "Include org units with no data"

msgid "Low radius"
msgstr "Low radius"
Expand Down
2 changes: 1 addition & 1 deletion src/components/edit/thematic/NoDataColor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const NoDataColor = ({ value, onChange }) => {
return (
<div>
<Checkbox
label={i18n.t('Include org. units with no data')}
label={i18n.t('Include org units with no data')}
checked={!!value}
onChange={onCheck}
/>
Expand Down

0 comments on commit 6a30ebb

Please sign in to comment.