mirror of https://github.com/zulip/zulip.git
minor: Update comment in feature_flags.
The earlier version of the comment implied that we want to remove the features and not the flags that hide those features.
This commit is contained in:
parent
220620e7cf
commit
22537602d2
|
@ -1,5 +1,5 @@
|
|||
// The features below have all settled into their final states and can
|
||||
// be removed when we get a chance
|
||||
// The features below have all settled into their final states and the flags
|
||||
// below can be removed when we get a chance.
|
||||
exports.reminders_in_message_action_menu = false;
|
||||
|
||||
window.feature_flags = exports;
|
||||
|
|
Loading…
Reference in New Issue