From d50145f0e8b0825803348df8959d5957e764d991 Mon Sep 17 00:00:00 2001 From: 2-4601 Date: Tue, 19 Jan 2016 15:20:30 +0200 Subject: [PATCH] Fix two strings that didn't use term 'linking' The term 'linking' is the correct one in the context of device provisioning. // FREEBIE --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index bc2669285..a2fb8003f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -123,7 +123,7 @@ }, "installSignalLink": { "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.", - "description": "Prompt the user to install Signal on Android before pairing", + "description": "Prompt the user to install Signal on Android before linking", "placeholders": { "a_params": { "content": "$1", @@ -170,6 +170,6 @@ "description": "The final button for the install process, after the user has entered a name for their device" }, "installTooManyDevices": { - "message": "Sorry, you have too many devices registered already. Try removing some." + "message": "Sorry, you have too many devices linked already. Try removing some." } }