mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fixing missing OK button on TextInputDialog
This commit is contained in:
parent
fabae2f19f
commit
8ef7dda7bd
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user