android: alert on unsupported file path when sharing (#3265)

* android: alert on unsupported file path when sharing

* update text

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2023-10-25 04:39:43 +08:00
committed by GitHub
parent b58d61c339
commit 10f79aae66
2 changed files with 13 additions and 0 deletions
@@ -16,6 +16,8 @@
<!-- MainActivity.kt -->
<string name="opening_database">Opening database…</string>
<string name="non_content_uri_alert_title">Invalid file path</string>
<string name="non_content_uri_alert_text">You shared an invalid file path. Report the issue to the app developers.</string>
<!-- Server info - ChatModel.kt -->
<string name="server_connected">connected</string>