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:
Rohitt Vashishtha 2020-05-08 11:34:24 +00:00 committed by Tim Abbott
parent 220620e7cf
commit 22537602d2
1 changed files with 2 additions and 2 deletions

View File

@ -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;