Skip to content

Commit

Permalink
PR-5666 ppg 267 update registration screens content (#1400)
Browse files Browse the repository at this point in the history
* 5666-registration UI Changes are made

* updated after QA check

* Few text and typo  are corrected

* Few QA comments are applied
  • Loading branch information
VijayHirudayasamy-bc authored May 22, 2023
1 parent 237bb30 commit e51b29a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</td>
</tr>
<tr class="govuk-table__row">
<th scope="row" class="govuk-table__header">{{schemeName}} Registered Number</th>
<th scope="row" class="govuk-table__header">{{schemeName}} registered number</th>
<td class="govuk-table__cell">
{{ ciiOrg?.identifier?.id }}
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="govuk-heading-xl page-title">Create an account</h1>
<br>

<p><strong>Before you start</strong></p>
<p>We recomment opening the guidance below in another tab</p>
<p>We recommend opening the guidance below in another tab.</p>
<div class="govuk-details__text detail-text">
<p><strong>Guidance for using the Public Procurement Gateway</strong></p>
<a href="https://www.crowncommercial.gov.uk/public-procurement-gateway-guides" rel="noreferrer noopener"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 class="govuk-error-summary__title" id="error-summary-title">
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Choose one option:
Choose one option
</legend>
<div class="govuk-radios">
<div class="govuk-radios__item custom_radio" *ngFor="let item of items$! | async"
Expand Down

0 comments on commit e51b29a

Please sign in to comment.