return.init(index:3,tag:"bluewallet",displayName:NSLocalizedString("Blue Wallet",comment:"Dropdown option label for Lightning wallet, Blue Wallet."),link:"bluewallet:lightning:",
return.init(index:4,tag:"walletofsatoshi",displayName:NSLocalizedString("Wallet Of Satoshi",comment:"Dropdown option label for Lightning wallet, Wallet Of Satoshi."),link:"walletofsatoshi:lightning:",
return.init(index:4,tag:"walletofsatoshi",displayName:NSLocalizedString("Wallet of Satoshi",comment:"Dropdown option label for Lightning wallet, Wallet of Satoshi."),link:"walletofsatoshi:lightning:",
Text("'\(parts.username)' at '\(parts.host)' will be used for verification",comment:"Description of how the nip05 identifier would be used for verification.")
}else{
Text("'\(nip05)' is an invalid nip05 identifier. It should look like an email.",comment:"Description of why the nip05 identifier is invalid.")
Text("'\(nip05)' is an invalid NIP-05 identifier. It should look like an email.",comment:"Description of why the nip05 identifier is invalid.")
Text("Post from a user you've blocked",comment:"Text to indicate that what is being shown is a post from a user who has been blocked.")
Spacer()
Button(shown?"Hide":"Show"){
Button(shown?NSLocalizedString("Hide",comment:"Button to hide a post from a user who has been blocked."):NSLocalizedString("Show",comment:"Button to show a post from a user who has been blocked.")){