mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +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:
@@ -147,7 +147,7 @@ exports.get_hotkey_deprecation_notice = function (originalHotkey, replacementHot
|
||||
return i18n.t(
|
||||
'We\'ve replaced the "__originalHotkey__" hotkey with "__replacementHotkey__" ' +
|
||||
"to make this common shortcut easier to trigger.",
|
||||
{originalHotkey: originalHotkey, replacementHotkey: replacementHotkey},
|
||||
{originalHotkey, replacementHotkey},
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user