1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

[SM-529] fix directive typo (#4894)

This commit is contained in:
Will Martin
2023-03-01 11:48:39 -05:00
committed by GitHub
parent 667d3fccc2
commit 743f4f8c69

View File

@@ -36,7 +36,7 @@
></textarea>
<bit-hint>{{ "acceptedFormats" | i18n }} JSON</bit-hint>
</bit-form-field>
<button bitButton bitformButton type="submit" buttonType="primary">
<button bitButton bitFormButton type="submit" buttonType="primary">
{{ "importData" | i18n }}
</button>
</form>