Skip to content

Commit

Permalink
add translation mapping for final table
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaed Parkar committed Apr 30, 2024
1 parent 249720f commit 6aaf16d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ <h3 class="govuk-heading-m">{{ 'cookies.securityTitle' | translate }}</h3>
<tbody>
<tr class="govuk-table__row">
<td class="govuk-table__cell">vhaad</td>
<td class="govuk-table__cell">Used to secure communications with HMCTS data services</td>
<td class="govuk-table__cell">When you close your browser</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row1.purpose' | translate }}</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row1.expires' | translate }}</td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell">ejud</td>
<td class="govuk-table__cell">Used to secure communications with HMCTS data services</td>
<td class="govuk-table__cell">When you close your browser</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row2.purpose' | translate }}</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row2.expires' | translate }}</td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell">dom1</td>
<td class="govuk-table__cell">Used to secure communications with HMCTS data services</td>
<td class="govuk-table__cell">When you close your browser</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row3.purpose' | translate }}</td>
<td class="govuk-table__cell">{{ 'cookies.securityTable.row3.expires' | translate }}</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb/ClientApp/src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@
"purpose": "Pwrpas",
"expires": "Dyddiad dod i ben"
},
"rows1": {
"row1": {
"name": "vhaad",
"purpose": "Defnyddir i ddiogelu cyfathrebu gyda gwasanaethau data GLlTEF.",
"expires": "Pan fyddwch yn cau eich porwr"
Expand Down
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb/ClientApp/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
"purpose": "Purpose",
"expires": "Expires"
},
"rows1": {
"row1": {
"name": "vhaad",
"purpose": "Used to secure communications with HMCTS data services",
"expires": "When you close your browser"
Expand Down

0 comments on commit 6aaf16d

Please sign in to comment.