Browse Source

fix: auth dialog button labels

master
Bettenbuk Zoltan 6 years ago
parent
commit
85bcb0c757

+ 2
- 0
react/features/authentication/components/WaitForOwnerDialog.native.js View File

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

Loading…
Cancel
Save