Skip to content

Commit cfe1689

Browse files
committed
[CST-18016] Add i18n labels
1 parent 79c5d5a commit cfe1689

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/app/notifications/suggestions/sources/suggestion-sources.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="container">
22
<div class="row">
33
<div class="col-12">
4-
<h1 class="border-bottom pb-2">{{'quality-assurance.title'| translate}}</h1>
5-
<ds-alert [type]="'alert-info'" [content]="'quality-assurance.source.description'"></ds-alert>
4+
<h1 class="border-bottom pb-2">{{'publication-claim.title'| translate}}</h1>
5+
<ds-alert [type]="'alert-info'" [content]="'publication-claim.source.description'"></ds-alert>
66
</div>
77
</div>
88
<ds-source-list [loading]="loading$ | async"

src/assets/i18n/en.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,6 +3556,10 @@
35563556

35573557
"none.listelement.badge": "Item",
35583558

3559+
"publication-claim.title": "Publication claim",
3560+
3561+
"publication-claim.source.description": "Below you can see all the sources.",
3562+
35593563
"quality-assurance.title": "Quality Assurance",
35603564

35613565
"quality-assurance.topics.description": "Below you can see all the topics received from the subscriptions to {{source}}.",

0 commit comments

Comments
 (0)