Fixed an issue where sharing form Safari without adding comments would result in an invalid message getting sent.
Fixed a crash when sharing plain text from safari.
Fixed a crash when localising 'OK' (key and value can't be the same when using the new extension).
@ -124,7 +124,7 @@ final class LinkDeviceVC : BaseVC, UIPageViewControllerDataSource, UIPageViewCon
funccontinueWithSeed(_seed:Data){
if(seed.count!=16){
letalert=UIAlertController(title:NSLocalizedString("invalid_recovery_phrase",comment:""),message:NSLocalizedString("Please check the Recovery Phrase and try again.",comment:""),preferredStyle:.alert)
letalert=UIAlertController(title:NSLocalizedString("invalid_session_id",comment:""),message:NSLocalizedString("Please check the Session ID and try again.",comment:""),preferredStyle:.alert)