notifications: Test notification should say that it's a test.

This commit is contained in:
Alya Abbott
2024-06-25 16:51:04 -07:00
committed by Tim Abbott
parent 145654fd55
commit b892f8a7a8

View File

@@ -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."}),
);
});