diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c2ebbed3..676fd2ad 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -171,7 +171,7 @@ } }, "installAndroidInstructions": { - "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above." + "message": "Open Signal on your phone and navigate to Settings > Linked devices. Tap the button to add a new device, then scan the code above." }, "installConnecting": { "message": "Connecting...", diff --git a/stylesheets/options.css b/stylesheets/options.css index 7a82ae2e..4975e054 100644 --- a/stylesheets/options.css +++ b/stylesheets/options.css @@ -883,7 +883,7 @@ input, button, select, textarea { max-height: 250px; } p { - max-width: 30em; + max-width: 35em; margin: 1em auto; line-height: 1.5em; font-size: 1.2em; diff --git a/stylesheets/options.scss b/stylesheets/options.scss index 1b9b90fd..0f78e049 100644 --- a/stylesheets/options.scss +++ b/stylesheets/options.scss @@ -56,7 +56,7 @@ input, button, select, textarea { } p { - max-width: 30em; + max-width: 35em; margin: 1em auto; line-height: 1.5em; font-size: 1.2em;