mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Use ES6 object literal shorthand syntax.
Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -119,7 +119,7 @@ exports.compute_placeholder_text = function (opts) {
|
||||
});
|
||||
}
|
||||
}
|
||||
return i18n.t("Message __- recipient_names__", {recipient_names: recipient_names});
|
||||
return i18n.t("Message __- recipient_names__", {recipient_names});
|
||||
}
|
||||
return i18n.t("Compose your message here");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user