mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 21:11:25 +02:00
Fix invalid translation
This commit is contained in:
parent
bc4d979d1e
commit
f57b0d4cc7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user