fix: auth dialog button labels
This commit is contained in:
parent
d387cbe5bd
commit
85bcb0c757
|
@ -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 } />
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue