浏览代码

fix: auth dialog button labels

j8
Bettenbuk Zoltan 6 年前
父节点
当前提交
85bcb0c757
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      react/features/authentication/components/WaitForOwnerDialog.native.js

+ 2
- 0
react/features/authentication/components/WaitForOwnerDialog.native.js 查看文件

@@ -64,12 +64,14 @@ class WaitForOwnerDialog extends Component<Props> {
64 64
 
65 65
         return (
66 66
             <ConfirmDialog
67
+                cancelKey = 'dialog.Cancel'
67 68
                 contentKey = {
68 69
                     {
69 70
                         key: 'dialog.WaitForHostMsgWOk',
70 71
                         params: { room }
71 72
                     }
72 73
                 }
74
+                okKey = 'dialog.Ok'
73 75
                 onCancel = { this._onCancel }
74 76
                 onSubmit = { this._onLogin } />
75 77
         );

正在加载...
取消
保存