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:
parent
ea0e013e81
commit
d50145f0e8
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue