Skip to content

Commit

Permalink
fix: update one additional caption [DHIS2-12655]
Browse files Browse the repository at this point in the history
  • Loading branch information
benguaraldi committed Feb 1, 2024
1 parent a7e145c commit 0c79683
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-01-30T16:01:08.891Z\n"
"PO-Revision-Date: 2024-01-30T16:01:08.892Z\n"
"POT-Creation-Date: 2024-02-01T17:32:05.572Z\n"
"PO-Revision-Date: 2024-02-01T17:32:05.573Z\n"

msgid "Something went wrong when loading the current user!"
msgstr "Something went wrong when loading the current user!"
Expand Down Expand Up @@ -797,8 +797,8 @@ msgstr "Date range to export data for"
msgid "Export data"
msgstr "Export data"

msgid "Import data values from ADX XML, DXF 2 XML, JSON, CSV or PDF files."
msgstr "Import data values from ADX XML, DXF 2 XML, JSON, CSV or PDF files."
msgid "Import data values using ADX XML, DXF 2 XML, JSON, CSV or PDF format."
msgstr "Import data values using ADX XML, DXF 2 XML, JSON, CSV or PDF format."

msgid "Supported file types: JSON, CSV, XML, ADX and PDF."
msgstr "Supported file types: JSON, CSV, XML, ADX and PDF."
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DataImport/DataImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const { Form } = ReactFinalForm
// PAGE INFO
export const PAGE_NAME = i18n.t('Data import')
export const PAGE_DESCRIPTION = i18n.t(
'Import data values from ADX XML, DXF 2 XML, JSON, CSV or PDF files.'
'Import data values using ADX XML, DXF 2 XML, JSON, CSV or PDF format.'
)
const PAGE_ICON = <DataIcon />

Expand Down

0 comments on commit 0c79683

Please sign in to comment.