mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 07:44:18 -07:00
Add version number (#830)
This commit is contained in:
parent
bacf2ce0fb
commit
ee27e5cb8f
1 changed files with 2 additions and 2 deletions
|
@ -358,14 +358,14 @@ export const DOWNLOAD_DRAFT = {
|
||||||
values={{
|
values={{
|
||||||
downloadDraft:
|
downloadDraft:
|
||||||
<a href={METHODOLOGY_COPY.DOWNLOAD_ZIP_URL}>
|
<a href={METHODOLOGY_COPY.DOWNLOAD_ZIP_URL}>
|
||||||
{'Download the draft list'}
|
{`Download the draft list v${METHODOLOGY_COPY.VERSION_NUMBER}`}
|
||||||
</a>,
|
</a>,
|
||||||
dateUpdated: METHODOLOGY_COPY.DOWNLOAD_LAST_UPDATED,
|
dateUpdated: METHODOLOGY_COPY.DOWNLOAD_LAST_UPDATED,
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
PARAGRAPH_2: <FormattedMessage
|
PARAGRAPH_2: <FormattedMessage
|
||||||
id={'download.draft.ptag.2'}
|
id={'download.draft.ptag.2'}
|
||||||
description={'Download the draft list of communities of focus and datasets used.'}
|
description={'Information on the contents and type of the download file'}
|
||||||
defaultMessage={`ZIP file will contain one .xlsx, one .csv, and one .pdf ({downloadFileSize}).`}
|
defaultMessage={`ZIP file will contain one .xlsx, one .csv, and one .pdf ({downloadFileSize}).`}
|
||||||
values={{
|
values={{
|
||||||
downloadFileSize: METHODOLOGY_COPY.DOWNLOAD_FILE_SIZE,
|
downloadFileSize: METHODOLOGY_COPY.DOWNLOAD_FILE_SIZE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue