Add version number (#830)

This commit is contained in:
Vim 2021-11-02 18:52:12 -07:00 committed by GitHub
commit ee27e5cb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,