Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 05f5341

Browse files
MTRNorddbkr
authored andcommitted
Add misiing _tJsx import
1 parent ed10cd5 commit 05f5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/login/CaptchaForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
'use strict';
1818

1919
import React from 'react';
20-
import { _t } from '../../../languageHandler';
20+
import { _t, _tJsx } from '../../../languageHandler';
2121

2222
var DIV_ID = 'mx_recaptcha';
2323

0 commit comments

Comments
 (0)