@ -131,7 +131,7 @@ final class DeviceLinkingModal : Modal, DeviceLinkingSessionDelegate {
}()
}()
subtitleLabel.text={
subtitleLabel.text={
switchmode{
switchmode{
case.master:returnNSLocalizedString("Open Session on your secondary device and tap \"Link to an existing account\"",comment:"")
case.master:returnNSLocalizedString("Download Session on your other device and tap \"Link to an existing account\" at the bottom of the landing screen. If you have an existing account on your other device already you will have to delete that account first.",comment:"")
case.slave:returnNSLocalizedString("Please check that the words below match those shown on your other device",comment:"")
case.slave:returnNSLocalizedString("Please check that the words below match those shown on your other device",comment:"")
letmessage=NSLocalizedString("Link to your existing account by going into your in-app settings and clicking \"Devices\".",comment:"")
letmessage=NSLocalizedString("Navigate to \"Settings\" > \"Devices\" > \"Link a Device\" on your other device and then scan the QR code that comes up to start the linking process.",comment:"")
letresult=ScanQRCodeWrapperVC(message:message)
letresult=ScanQRCodeWrapperVC(message:message)
result.delegate=self
result.delegate=self
returnresult
returnresult
@ -167,7 +167,7 @@ private final class EnterPublicKeyVC : UIViewController {
explanationLabel.text="Enter your Session ID to start the linking process."
explanationLabel.text="Navigate to \"Settings\" > \"Devices\" > \"Link a Device\" on your other device and then enter your Session ID here to start the linking process."
"Link to an existing account" = "Link to an existing account";
"Link to an existing account" = "Link to an existing account";
"Enter your public key" = "Enter your public key";
"Enter your public key" = "Enter your public key";
"Link to your existing account by going into your in-app settings and clicking \"Devices\"." = "Link to your existing account by going into your in-app settings and clicking \"Devices\".";
"Link to your existing account by going into your in-app settings and clicking \"Devices\"." = "Link to your existing account by going into your in-app settings and clicking \"Devices\".";
"Open Session on your secondary device and tap \"Link to an existing account\"" = "Open Session on your secondary device and tap \"Link to an existing account\"";
"Download Session on your other device and tap \"Link to an existing account\" at the bottom of the landing screen. If you have an existing account on your other device already you will have to delete that account first." = "Download Session on your other device and tap \"Link to an existing account\" at the bottom of the landing screen. If you have an existing account on your other device already you will have to delete that account first.";
"Group Settings" = "Group Settings";
"Group Settings" = "Group Settings";
"Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design." = "Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design.";
"Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design." = "Your Session ID is the unique address people can use to contact you on Session. With no connection to your real identity, your Session ID is totally anonymous and private by design.";
"Enter the recovery phrase that was given to you when you signed up to restore your account." = "Enter the recovery phrase that was given to you when you signed up to restore your account.";
"Enter the recovery phrase that was given to you when you signed up to restore your account." = "Enter the recovery phrase that was given to you when you signed up to restore your account.";