From 8ef7dda7bd6bc6d1760b0ddad0676cab6652c53f Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Mon, 29 May 2017 16:43:28 +0100
Subject: [PATCH] fixing missing OK button on TextInputDialog

---
 src/components/views/settings/Notifications.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js
index 11948ace..74b9c24a 100644
--- a/src/components/views/settings/Notifications.js
+++ b/src/components/views/settings/Notifications.js
@@ -178,6 +178,7 @@ module.exports = React.createClass({
         Modal.createDialog(TextInputDialog, {
             title: _t('Keywords'),
             description: _t('Enter keywords separated by a comma:'),
+            button: _t('OK'),
             value: keywords,
             onFinished: function onFinished(should_leave, newValue) {