Skip to content

Commit

Permalink
fix: translate mock error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Nov 2, 2022
1 parent 0e32e46 commit ba09dd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[ngSwitch]="scope.createWay"
(click)="addOrEditModal(index)"
>
<span *ngSwitchCase="'system'" i18n>Preview</span>
<span *ngSwitchCase="'system'" i18n="@@mockPreview">Preview</span>
<span *ngSwitchDefault i18n>Edit</span>
</a>
<a
Expand Down

0 comments on commit ba09dd1

Please sign in to comment.