mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Piped submit text to i18n (#11078)
This commit is contained in:
parent
63b6c01a65
commit
096a2563bb
@ -9,7 +9,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container bitDialogFooter>
|
<ng-container bitDialogFooter>
|
||||||
<button type="submit" bitButton bitFormButton buttonType="primary" [bitAction]="submit">
|
<button type="submit" bitButton bitFormButton buttonType="primary" [bitAction]="submit">
|
||||||
{{ "submit" }}
|
{{ "submit" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
Loading…
Reference in New Issue
Block a user