Add missing _t import

pull/21833/head
Luke Barnard 2017-05-31 16:02:42 +01:00
parent 7abaadddde
commit 8192374481
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
'use strict';
import { _t } from '../../../languageHandler';
import React from 'react';
module.exports = React.createClass({
@ -27,5 +28,5 @@ module.exports = React.createClass({
<a href="https://matrix.org">{_t("powered by Matrix")}</a>
</div>
);
}
},
});