Skip to content

Commit 9ee7825

Browse files
authored
Merge pull request #1764 from CSCfi/CSCTTV-3328
CSCTTV-3328
2 parents 187a473 + fd49659 commit 9ee7825

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

src/app/mydata/components/profile/profile-summary/profile-summary.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class ProfileSummaryComponent implements OnInit, OnDestroy, OnChanges {
5252
dialogData: any;
5353
currentIndex: number;
5454

55-
editString = CommonStrings.edit;
55+
editString = CommonStrings.reselect;
5656
selectString = CommonStrings.select;
5757

5858
removeGroupItemsSub: Subscription;

src/app/mydata/constants/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const CommonStrings = {
1010
processingOfPersonalData: $localize`:@@processingOfPersonalData:Henkilötietojen käsittely`,
1111
deleteProfile: $localize`:@@deleteProfile:Poista profiili`,
1212
select: $localize`:@@select:Valitse`,
13-
edit: $localize`:@@edit:Muokkaa`,
13+
reselect: $localize`:@@reselect:Vaihda valintoja`,
1414
ttvLabel: $localize`:@@appName:Tiedejatutkimus.fi`,
1515
primary: $localize`:@@primary:Ensisijainen`,
1616
setAsPrimary: $localize`:@@setAsPrimary:Aseta ensisijaiseksi`,

src/i18n/messages.en.xlf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5493,10 +5493,6 @@
54935493
<source>Yhteistyö</source>
54945494
<target>Cooperation</target>
54955495
</trans-unit>
5496-
<trans-unit id="edit">
5497-
<source>Muokkaa</source>
5498-
<target>Edit</target>
5499-
</trans-unit>
55005496
<trans-unit id="save">
55015497
<source>Tallenna</source>
55025498
<target>Save</target>
@@ -6265,6 +6261,11 @@
62656261
<source>Saavutettavuusseloste</source>
62666262
<target>Accessibility statement</target>
62676263
</trans-unit>
6264+
6265+
<trans-unit id="reselect" datatype="html">
6266+
<source>Vaihda valintoja</source>
6267+
<target>Switch choices</target>
6268+
</trans-unit>
62686269
</body>
62696270
</file>
62706271
</xliff>

src/i18n/messages.sv.xlf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5474,10 +5474,6 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
54745474
<source>Yhteistyö</source>
54755475
<target>Samarbete</target>
54765476
</trans-unit>
5477-
<trans-unit id="edit">
5478-
<source>Muokkaa</source>
5479-
<target>Redigera</target>
5480-
</trans-unit>
54815477
<trans-unit id="save">
54825478
<source>Tallenna</source>
54835479
<target>Spara</target>
@@ -6269,6 +6265,11 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
62696265
<source>Saavutettavuusseloste</source>
62706266
<target>Tillgänglighetsredogörelse</target>
62716267
</trans-unit>
6268+
6269+
<trans-unit id="reselect" datatype="html">
6270+
<source>Vaihda valintoja</source>
6271+
<target>Växla val</target>
6272+
</trans-unit>
62726273
</body>
62736274
</file>
62746275
</xliff>

src/i18n/messages.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,10 @@
23462346
<trans-unit id="footer.link.accessability" datatype="html">
23472347
<source>Saavutettavuusseloste</source>
23482348
</trans-unit>
2349+
2350+
<trans-unit id="reselect" datatype="html">
2351+
<source>Vaihda valintoja</source>
2352+
</trans-unit>
23492353
</body>
23502354
</file>
23512355
</xliff>

0 commit comments

Comments
 (0)