1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Fixes to i18n code

This commit is contained in:
Richard van der Hoff
2017-05-31 18:31:10 +01:00
parent 4bc252a16b
commit cbbed3f544
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ import React from 'react';
import sdk from '../../../index';
import MatrixClientPeg from '../../../MatrixClientPeg';
import { _t } from '../../../languageHandler';
/**
* Prompt the user to set a display name.
*