Skip to content

Commit

Permalink
SHIBUI-1382 Fixed translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 29, 2019
1 parent 58b0c25 commit d010d69
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ <h2 class="mb-4" *ngIf="date$ | async">
<div class="d-flex justify-content-center align-items-center">
<div class="card m-4 w-50">
<div class="card-body">
<h3 class="card-title"
translate="message.create-new-version-from-version"
[translateParams]="{ 'date': date$ | async }">
Create New Version from Version ( date ) Settings
<h3 class="card-title" translate="message.create-new-version-from-version">
Create New Version from Previous Settings
</h3>
<p translate="message.restoring-this-version-will-copy"
[translateParams]="{ 'date': date$ | async }">
Expand Down

0 comments on commit d010d69

Please sign in to comment.