You've already forked matrix-react-sdk
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:
@@ -19,7 +19,7 @@ AppWarning.propTypes = {
|
|||||||
errorMsg: PropTypes.string,
|
errorMsg: PropTypes.string,
|
||||||
};
|
};
|
||||||
AppWarning.defaultProps = {
|
AppWarning.defaultProps = {
|
||||||
errorMsg: _t('Error'),
|
errorMsg: 'Error',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default AppWarning;
|
export default AppWarning;
|
||||||
|
|||||||
Reference in New Issue
Block a user