diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2000515e3..950b899c8 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -52,7 +52,8 @@ "message": "Disconnected" }, "submitDebugLog": { - "message": "Submit debug log" + "message": "Submit Debug Log", + "description": "Menu item and header text for debug log modal, title case." }, "searchForPeopleOrGroups": { "message": "Search for people or groups", @@ -122,7 +123,8 @@ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message." }, "deleteMessages": { - "message": "Delete messages" + "message": "Delete Messages", + "description": "Menu item for deleting messages, title case." }, "sessionEnded": { "message": "Secure session reset" diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 68bb0713c..21343d716 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -86,7 +86,6 @@ button.back { position: relative; float: right; height: 36px; - text-transform: capitalize; .hamburger { width: $header-height; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index bd682a01d..e3e50bdf6 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -80,8 +80,7 @@ button.back { .menu { position: relative; float: right; - height: 36px; - text-transform: capitalize; } + height: 36px; } .menu .hamburger { width: 36px; height: 36px;