1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

swap edit for save in edit dialog (#10171)

This commit is contained in:
Nick Krantz 2024-07-23 15:43:07 -05:00 committed by GitHub
parent e7e8745334
commit b32f6182a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
</div>
<div bitDialogFooter class="tw-flex tw-gap-2 tw-w-full">
<button bitButton buttonType="primary" type="submit" [disabled]="customFieldForm.invalid">
{{ (variant === "add" ? "add" : "edit") | i18n }}
{{ (variant === "add" ? "add" : "save") | i18n }}
</button>
<button bitButton bitDialogClose buttonType="secondary" type="button">
{{ "cancel" | i18n }}