1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

[PM-29896] specify noun or verb for Import / Export terms (#18012)

* [PM-29896] specify noun or verb for Import / Export terms

* [PM-29896] adjust verb to noun
This commit is contained in:
Alex Dragovich
2025-12-17 11:24:44 -08:00
committed by GitHub
parent 8087a972d5
commit 930cb9ab96
23 changed files with 74 additions and 44 deletions

View File

@@ -21,7 +21,7 @@
<ng-container bitDialogFooter>
<button bitButton buttonType="primary" type="submit">
<span>{{ "import" | i18n }}</span>
<span>{{ "importVerb" | i18n }}</span>
</button>
<button bitButton bitDialogClose buttonType="secondary" type="button">
<span>{{ "cancel" | i18n }}</span>