From 1a06ac6ead6aa4b8f566c6b526c8e67ff880e6ad Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 8 Apr 2016 13:54:18 -0700 Subject: [PATCH] Update install copy // FREEBIE --- _locales/en/messages.json | 2 +- stylesheets/options.css | 2 +- stylesheets/options.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c2ebbed3c..676fd2ad2 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 7a82ae2e3..4975e0547 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 1b9b90fd2..0f78e049f 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;