Merged PR 2414: welsh version of contact us and heading for rep heading for IP rep type
welsh version of contact us and heading for rep heading for IP rep type Related work items: #23484, #23910
This commit is contained in:
@@ -109,7 +109,7 @@ const RepInterestedPartyPerson = (props) => {
|
||||
<RepresentationTypeSelectorBlock
|
||||
t={t}
|
||||
headingText={t(
|
||||
"myrepresentations:consultation-from-an-interested-person-heading"
|
||||
"myrepresentations:representation-from-an-interested-person-heading"
|
||||
)}
|
||||
kindLabelText={t("myrepresentations:kind-of-rep-label")}
|
||||
isTypeSelected={isTypeConfirmed}
|
||||
|
||||
@@ -751,9 +751,7 @@ const ViewAllResults = (props) => {
|
||||
{isWatchedCases && (
|
||||
<dd className="govuk-summary-list__value govuk-!-font-size-14 govuk-summary-list__action">
|
||||
<button
|
||||
title={t(
|
||||
"case:do-you-want-to-delete-case-label"
|
||||
)}
|
||||
title={t("case:stop-watching-case-link")}
|
||||
className=" cardModuleRemoveCase govuk-summary-list__actionLink watched_link"
|
||||
onClick={() => {
|
||||
confirm(
|
||||
@@ -774,12 +772,12 @@ const ViewAllResults = (props) => {
|
||||
</button>
|
||||
{item.pinswg_emailnotifications === true ? (
|
||||
<button
|
||||
className="govuk-summary-list__actionLink mailLink"
|
||||
className="govuk-summary-list__actionLink mailLink watched_link"
|
||||
title={t("common:unsubscribe-title-label")}
|
||||
onClick={() => {
|
||||
confirm(
|
||||
t(
|
||||
"case:summary-unsubscribe-mail-label"
|
||||
"case:summary-unsubscribe-mail-label "
|
||||
) +
|
||||
item.pinswg_title +
|
||||
"?"
|
||||
@@ -800,7 +798,7 @@ const ViewAllResults = (props) => {
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
className="govuk-summary-list__actionLink mailLink"
|
||||
className="govuk-summary-list__actionLink mailLink "
|
||||
title={t("common:subscribe-title-label")}
|
||||
onClick={() => {
|
||||
confirm(
|
||||
|
||||
Reference in New Issue
Block a user