Updated the link to the notif channels example
This commit is contained in:
parent
c733965c26
commit
a9cb900b77
|
@ -47,7 +47,7 @@
|
|||
<string name="dialog_no">NO</string>
|
||||
<string name="dialog_unregistering_title">Unregistering</string>
|
||||
<string name="dialog_unregistering_content">Are you sure to unregister %d app(s)?</string>
|
||||
<string name="add_channel_dialog_content"><![CDATA[Notification channels are an endpoint that you can use to create custom push notifications for services outside of UnifiedPush, such as a script failures or ssh logins. After creating a channel, long tap it to copy its endpoint URL. Example scripts are provided <a href="https://codeberg.org/NextPush/nextpush-android/src/branch/main/notification_channel_examples.md"here</a><br><br><h4>Give your notification a Title:</h4>]]></string>
|
||||
<string name="add_channel_dialog_content"><![CDATA[Notification channels are an endpoint that you can use to create custom push notifications for services outside of UnifiedPush, such as a script failures or ssh logins. After creating a channel, long tap it to copy its endpoint URL. Example scripts are provided <a href="https://codeberg.org/NextPush/nextpush-android/src/branch/main/docs/notification_channel_examples.md"here</a><br><br><h4>Give your notification a Title:</h4>]]></string>
|
||||
<string name="local_notif_title">(Notif) %s</string>
|
||||
<string name="local_notif_description">Push to be notified. Not related to UnifiedPush: messages aren\'t forwarded to any other app.</string>
|
||||
<string name="copy_endpoint">Copy Endpoint</string>
|
||||
|
|
Loading…
Reference in New Issue