The help text for DP Creator is loaded using a locales file, which is created as part of the build process. The source for the building the locales file is in the build_locale directory:
client
|--build_locale
|--CreateLocaleJson.js (script runs at build time; converts DPCreatorText.csv to en.json)
|--DPCreatorText.csv (versioned in Github - update this with new text)
|--src
|--locales
|--en.json (generated by CreateLocaleJson.js)
To make it easy for others to review and update the text, it is saved as a Google doc here:
DP Creator Spreadsheet
A PDF of the DP Creater UI with text sections marked is here: DP Creator Text Sections
After updating the text in the spreadsheet -
- Download the spreadsheet in CSV format
- Update DPCreatorText.csv with the new file
- Build and deploy the app