Fix two strings that didn't use term 'linking'

The term 'linking' is the correct one in the context of
device provisioning.

// FREEBIE
This commit is contained in:
2-4601 2016-01-19 15:20:30 +02:00
parent ea0e013e81
commit d50145f0e8

View file

@ -123,7 +123,7 @@
},
"installSignalLink": {
"message": "First, install <a $a_params$>Signal</a> on your Android phone.<br /> 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."
}
}