mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
notifications: Test notification should say that it's a test.
This commit is contained in:
@@ -303,7 +303,7 @@ export function set_up(settings_panel) {
|
||||
// organization-level defaults.
|
||||
$container.find(".send_test_notification").on("click", () => {
|
||||
message_notifications.send_test_notification(
|
||||
$t({defaultMessage: "This is what a Zulip notification looks like."}),
|
||||
$t({defaultMessage: "This is a test notification from Zulip."}),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user