From 045b1bba309a478e16bd1e5fadde177af4fd8f02 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 26 Dec 2025 22:01:52 -0500 Subject: [PATCH] Refine text --- .../res/layout/fragment_publish_dialog.xml | 2 +- app/src/main/res/values/strings.xml | 21 ++++++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/fragment_publish_dialog.xml b/app/src/main/res/layout/fragment_publish_dialog.xml index cd692feb..6ca46567 100644 --- a/app/src/main/res/layout/fragment_publish_dialog.xml +++ b/app/src/main/res/layout/fragment_publish_dialog.xml @@ -87,7 +87,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" - app:placeholderText="@string/publish_dialog_message_placeholder"> + app:placeholderText="@string/message_bar_hint"> Publish to %1$s Title - Notification title + e.g. Someone is at the door Message - Notification message content Tags - Comma-separated list of tags, e.g. warning, skull + e.g. warning, skull Priority Default priority Min priority Low priority High priority Max priority - Cancel Send Cannot send message: %1$s Message published - Format as Markdown Other features: Title Tags @@ -227,20 +224,20 @@ Delay Markdown Attach by URL - Attach file + Attach local file Phone call Click URL - URL opened when notification is clicked + e.g. https://example.com/alerts/1234 Email - Email address to forward notification to + e.g. phil@example.com Delay delivery - Delay, e.g. 30m, 1h, tomorrow 9am + e.g. 30m, 1h, tomorrow 9am Attachment URL - URL of the file to attach + e.g. https://example.com/flowers.jpg Attachment filename - Filename used when attachment is saved + e.g. lilies.jpg Phone call - Phone number to call on notification + e.g. +1234567890 For examples and a detailed description of all send features, please refer to the documentation.