Disallow push message if no applications exist

Fixes #179
This commit is contained in:
Sternagfonkel
2021-07-27 20:20:19 +02:00
committed by GitHub
parent 0a7a04885f
commit b35d5af258
5 changed files with 164 additions and 84 deletions

View File

@@ -81,5 +81,6 @@
<string name="push_title_hint">Title</string>
<string name="push_content_hint">Content</string>
<string name="push_priority_hint">Priority</string>
<string name="push_missing_app_info">There are no applications available on the server to push a message to.</string>
<string name="message_copied_to_clipboard">Content copied to clipboard</string>
</resources>