Displays error messages when the URI sent to Amethyst is invalid
This commit is contained in:
Vitor Pamplona
2024-02-12 16:03:37 -05:00
parent bbc4ec2625
commit 1deed59d5b
5 changed files with 83 additions and 23 deletions
+3
View File
@@ -753,4 +753,7 @@
<string name="add_content_warning">Add content warning</string>
<string name="remove_content_warning">Remove content warning</string>
<string name="show_npub_as_a_qr_code">Show npub as a QR code</string>
<string name="invalid_nip19_uri">Invalid address</string>
<string name="invalid_nip19_uri_description">Amethyst received a URI to open but that uri was invalid: %1$s</string>
</resources>