fixing missing OK button on TextInputDialog

pull/4078/head
Matthew Hodgson 2017-05-29 16:43:28 +01:00
parent fabae2f19f
commit 8ef7dda7bd
1 changed files with 1 additions and 0 deletions

View File

@ -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) {