1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Fix invalid translation

This commit is contained in:
Richard Lewis
2017-08-01 17:43:38 +01:00
parent bc4d979d1e
commit f57b0d4cc7

View File

@@ -19,7 +19,7 @@ AppWarning.propTypes = {
errorMsg: PropTypes.string,
};
AppWarning.defaultProps = {
errorMsg: _t('Error'),
errorMsg: 'Error',
};
export default AppWarning;