From 2982174028e3079640c040dce16f5b4dff7b9557 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 25 May 2017 18:21:40 +0100 Subject: [PATCH] No need for repeated OKs anymore --- src/components/views/settings/Notifications.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index d69a78cffd..0c114e40f2 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) {