Skip to content

Commit

Permalink
Merge pull request #1641 from CSCfi/CSCTTV-3155v2
Browse files Browse the repository at this point in the history
CSCTTV-3155v2
  • Loading branch information
konolak authored Feb 9, 2023
2 parents 41d8fb5 + b6707d4 commit 4f96577
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/mydata/components/profile/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="col-12 px-0">

<!-- Discard draft -->
<button class="col-auto pe-lg-0" mat-button color="primary" i18n="@@discardChanges" (click)="openDialog(discardChanges, discardChangesTemplate, undefined, discardChangesActions, false)">
Hylkää muutokset...
Hylkää muutokset
</button>

<ng-template #discardChangesTemplate>
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5440,8 +5440,8 @@
<target>Publish updated profile</target>
</trans-unit>
<trans-unit id="discardChanges">
<source>Hylkää muutokset...</source>
<target>Discard changes...</target>
<source>Hylkää muutokset</source>
<target>Discard changes</target>
</trans-unit>
<trans-unit id="publish">
<source>Julkaise</source>
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5430,8 +5430,8 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
<target>Publicera den uppdaterade profilen</target>
</trans-unit>
<trans-unit id="discardChanges">
<source>Hylkää muutokset...</source>
<target>Avvisa ändringar...</target>
<source>Hylkää muutokset</source>
<target>Avvisa ändringar</target>
</trans-unit>
<trans-unit id="publish">
<source>Julkaise</source>
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,11 @@
<context context-type="sourcefile">src/app/mydata/components/home/home.component.ts</context>
<context context-type="linenumber">30</context>
</context-group>
</trans-unit>
</trans-unit>

<trans-unit id="discardChanges" datatype="html">
<source> Hylkää muutokset</source>
</trans-unit>

</body>
</file>
Expand Down

0 comments on commit 4f96577

Please sign in to comment.