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;