@ -124,7 +124,7 @@ final class SeedVC : OnboardingBaseViewController, DeviceLinkingModalDelegate {
}()
privatelazyvarexplanationLabel3:UILabel={
letresult=createExplanationLabel(text:NSLocalizedString("Link to an existing device by going into Loki Messenger's in-app settings and clicking \"Link Device\".",comment:""))
letresult=createExplanationLabel(text:NSLocalizedString("Link to an existing device by going into its in-app settings and clicking \"Link Device\".",comment:""))
@ -95,13 +95,13 @@ final class DeviceLinkingModal : Modal, DeviceLinkingSessionDelegate {
}()
subtitleLabel.text={
switchmode{
case.master:returnNSLocalizedString("Click the \"Link Device\" button on your other device to start the linking process",comment:"")
case.slave:returnNSLocalizedString("Please verify that the words below match the ones shown on your other device.",comment:"")
case.master:returnNSLocalizedString("Create a new account on your other device and click \"Link Device\" when you're at the \"Create Your Loki Messenger Account\" step to start the linking process",comment:"")
case.slave:returnNSLocalizedString("Please check that the words below match the ones shown on your other device",comment:"")
subtitleLabel.text=NSLocalizedString("This is your personal secret. It can be used to restore your account if you lose access, or to migrate to a new device.",comment:"")
"Waiting for Authorization" = "Waiting for Authorization";
"Click the \"Link Device\" button on your other device to start the linking process" = "Click the \"Link Device\" button on your other device to start the linking process";
"Create a new account on your other device and click \"Link Device\" when you're at the \"Create Your Loki Messenger Account\" step to start the linking process" = "Create a new account on your other device and click \"Link Device\" when you're at the \"Create Your Loki Messenger Account\" step to start the linking process";
"Please verify that the words below match the ones shown on your other device." = "Please verify that the words below match the ones shown on your other device.";
"Link to an existing device by going into Loki Messenger's in-app settings and clicking \"Link Device\"." = "Link to an existing device by going into Loki Messenger's in-app settings and clicking \"Link Device\".";
"Please check that the words below match the ones shown on your other device" = "Please check that the words below match the ones shown on your other device";
"Link to an existing device by going into its in-app settings and clicking \"Link Device\"." = "Link to an existing device by going into its in-app settings and clicking \"Link Device\".";
"Authorize" = "Authorize";
"Enter the Other Device's Public Key" = "Enter the Other Device's Public Key";
"This is your personal secret. It can be used to restore your account if you lose access, or to migrate to a new device." = "This is your personal secret. It can be used to restore your account if you lose access, or to migrate to a new device.";