Add misiing _tJsx import

This commit is contained in:
MTRNord 2017-08-16 23:55:43 +02:00
parent fceccfc503
commit 59815359f8

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';