Add misiing _tJsx import

pull/21833/head
MTRNord 2017-08-16 23:55:43 +02:00
parent fceccfc503
commit 59815359f8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
'use strict';
import React from 'react';
import { _t } from '../../../languageHandler';
import { _t, _tJsx } from '../../../languageHandler';
var DIV_ID = 'mx_recaptcha';