1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Piped submit text to i18n (#11078)

This commit is contained in:
Alex Morask
2024-09-16 10:23:10 -04:00
committed by GitHub
parent 63b6c01a65
commit 096a2563bb

View File

@@ -9,7 +9,7 @@
</ng-container>
<ng-container bitDialogFooter>
<button type="submit" bitButton bitFormButton buttonType="primary" [bitAction]="submit">
{{ "submit" }}
{{ "submit" | i18n }}
</button>
<button
type="button"