fix: auth dialog button labels

This commit is contained in:
Bettenbuk Zoltan 2019-05-24 11:26:31 +02:00 committed by Saúl Ibarra Corretgé
parent d387cbe5bd
commit 85bcb0c757
1 changed files with 2 additions and 0 deletions

View File

@ -64,12 +64,14 @@ class WaitForOwnerDialog extends Component<Props> {
return (
<ConfirmDialog
cancelKey = 'dialog.Cancel'
contentKey = {
{
key: 'dialog.WaitForHostMsgWOk',
params: { room }
}
}
okKey = 'dialog.Ok'
onCancel = { this._onCancel }
onSubmit = { this._onLogin } />
);