diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0bef20ac9..61a61a36f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -67,9 +67,13 @@ "message": "Loading contacts and messages", "description": "Header of screen shown as data is import" }, - "importError": { - "message": "Make sure you have chosen the correct directory that contains your saved Signal data. Its name should begin with 'Signal Export.' You can also save a new copy of your data from the Chrome App.

If these steps don't work for you, please submit a debug log so that we can help you get migrated!

", - "description": "Message shown if the import went wrong." + "importErrorFirst": { + "message": "Make sure you have chosen the correct directory that contains your saved Signal data. Its name should begin with 'Signal Export.' You can also save a new copy of your data from the Chrome App.", + "description": "Message shown if the import went wrong; first paragraph" + }, + "importErrorSecond": { + "message": "If these steps don't work for you, please submit a debug log (View -> Debug Log) so that we can help you get migrated!", + "description": "Message shown if the import went wrong; second paragraph" }, "importAgain": { "message": "Choose folder and try again", diff --git a/background.html b/background.html index 65d5550e7..f9a4aeb1b 100644 --- a/background.html +++ b/background.html @@ -740,7 +740,10 @@
{{ errorHeader }}
-
{{& errorMessage }}
+
+ {{ errorMessageFirst }} +

{{ errorMessageSecond }}

+