diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html index 276f5607..97a839d1 100644 --- a/src/app/send/add-edit.component.html +++ b/src/app/send/add-edit.component.html @@ -65,101 +65,108 @@ -

{{'options' | i18n}}

-
-
- -
- - -
-
- -
-
{{'deletionDateDesc' | i18n}}
-
-
-
- - - {{'clear' | i18n}} - -
-
- - -
-
- -
-
{{'expirationDateDesc' | i18n}}
-
+
+

{{'options' | i18n}}

+ + +
-
-
- - -
{{'maxAccessCountDesc' | i18n}}
-
-
- - -
-
-
-
- - -
- -
- +
+
+
+ +
+ +
+
+ +
+
{{'deletionDateDesc' | i18n}}
+
+
+
+ + + {{'clear' | i18n}} + +
+
+ + +
+
+ +
+
{{'expirationDateDesc' | i18n}}
-
{{'sendPasswordDesc' | i18n}}
-
-
- - -
{{'sendNotesDesc' | i18n}}
-
-
-
- - +
+
+ + +
{{'maxAccessCountDesc' | i18n}}
+
+
+ + +
+
+
+
+ + +
+ +
+ +
+
+
{{'sendPasswordDesc' | i18n}}
+
+
+
+ + +
{{'sendNotesDesc' | i18n}}
+
+
+
+ + +

{{'share' | i18n}}

- +
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index f09dcf1e..5b33eb6a 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -3370,7 +3370,7 @@ "message": "Disabled" }, "sendLink": { - "message": "Send Link", + "message": "Send link", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "copySendLink": { @@ -3680,5 +3680,9 @@ }, "copySendLinkOnSave": { "message": "Copy the link to share this Send to my clipboard upon save." + }, + "sendLinkLabel": { + "message": "Send link", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." } } diff --git a/src/scss/styles.scss b/src/scss/styles.scss index ba3aaa3b..be32ef9e 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -279,7 +279,7 @@ input, select, textarea { } .modal-body { - h3 { + h3, .section-header > * { font-weight: normal; text-transform: uppercase; color: $text-muted;