Update confirmation.html - #1070
Conversation
Content tweaks to reflect service name from 'submit' to 'provide'
WalkthroughThe text in the confirmation page was updated by replacing the term "Submit your data" with "Provide your data" in headings and link text. Additionally, the surrounding sentence was slightly reworded for clarity. No other content or logic was changed. Changes
Possibly related PRs
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/views/check/confirmation.html (1)
31-34: Inconsistent terminology – “provide” vs “submit”.The sentence mixes the new wording (“Provide your data”) with the old verb in “You need to submit your”.
For consistency with the re-brand, keep the same verb throughout.-<a class="submit-link" href="{{ { name: options.lpa, organisation: options.orgId } | endpointSubmissionFormToolDeepLink({dataset: options.dataset}) }}">Provide your data</a> to the Planning Data Platform. You need to submit your: +<a class="submit-link" href="{{ { name: options.lpa, organisation: options.orgId } | endpointSubmissionFormToolDeepLink({dataset: options.dataset}) }}">Provide your data</a> to the Planning Data Platform. You need to provide your:
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/views/check/confirmation.html(1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: GeorgeGoodall-GovUk
PR: digital-land/submit#593
File: src/content/statusPage.js:6-9
Timestamp: 2024-10-28T15:07:21.647Z
Learning: The message 'Do not close this page' in `export const messageTexts` within `src/content/statusPage.js` is a design decision and should remain unchanged.
src/views/check/confirmation.html (1)
Learnt from: GeorgeGoodall-GovUk
PR: digital-land/submit#593
File: src/content/statusPage.js:6-9
Timestamp: 2024-10-28T15:07:21.647Z
Learning: The message 'Do not close this page' in `export const messageTexts` within `src/content/statusPage.js` is a design decision and should remain unchanged.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: run-tests / test
Content tweaks to reflect service name from 'submit' to 'provide'
Content tweaks to reflect new service name
What type of PR is this? (check all applicable)
Related Tickets & Documents
#1013
QA Instructions, Screenshots, Recordings
Before
Before screenshot here
After
After screenshot here
Added/updated tests?
We encourage you to keep the code coverage percentage at 80% and above.
QA sign off
[optional] Are there any post-deployment tasks we need to perform?
[optional] Are there any dependencies on other PRs or Work?
Summary by CodeRabbit