Add user actions to web app
This commit is contained in:
parent
12d347976c
commit
26ebd23bfd
13 changed files with 126 additions and 18 deletions
|
@ -26,8 +26,10 @@
|
|||
"notifications_attachment_link_expired": "download link expired",
|
||||
"notifications_click_copy_url_title": "Copy link URL to clipboard",
|
||||
"notifications_click_copy_url_button": "Copy link",
|
||||
"notifications_click_open_title": "Go to {{url}}",
|
||||
"notifications_click_open_button": "Open link",
|
||||
"notifications_actions_open_url_title": "Go to {{url}}",
|
||||
"notifications_actions_not_supported": "Action not supported in web app",
|
||||
"notifications_actions_http_request_title": "Send HTTP {{method}} to {{url}}",
|
||||
"notifications_none_for_topic_title": "You haven't received any notifications for this topic yet.",
|
||||
"notifications_none_for_topic_description": "To send notifications to this topic, simply PUT or POST to the topic URL.",
|
||||
"notifications_none_for_any_title": "You haven't received any notifications.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue