From 920c844064261596581f4265d49b30ccba7cf0dc Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:35:15 -0400 Subject: [PATCH] add labels to file type inputs (#17677) --- ui/app/templates/components/file-to-array-buffer.hbs | 6 +++--- ui/app/templates/components/pgp-file.hbs | 12 +++++++++--- ui/app/templates/components/text-file.hbs | 12 +++++++++--- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/ui/app/templates/components/file-to-array-buffer.hbs b/ui/app/templates/components/file-to-array-buffer.hbs index f8d08a089c..e3d32244f7 100644 --- a/ui/app/templates/components/file-to-array-buffer.hbs +++ b/ui/app/templates/components/file-to-array-buffer.hbs @@ -7,11 +7,11 @@
- - + + + {{or this.fileName "No file chosen"}} diff --git a/ui/app/templates/components/pgp-file.hbs b/ui/app/templates/components/pgp-file.hbs index ecdf2efb4c..9cc0c3c6e2 100644 --- a/ui/app/templates/components/pgp-file.hbs +++ b/ui/app/templates/components/pgp-file.hbs @@ -46,18 +46,24 @@
- + - + + {{#if this.key.fileName}}