diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index d69a78cff..0c114e40f 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -179,7 +179,6 @@ module.exports = React.createClass({ title: _t('Keywords'), description: _t('Enter keywords separated by a comma') + ':', value: keywords, - button: _t('OK'), onFinished: function onFinished(should_leave, newValue) { if (should_leave && newValue !== keywords) {