mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 19:57:03 +02:00
Fix invalid translation
This commit is contained in:
parent
bc4d979d1e
commit
f57b0d4cc7
@ -19,7 +19,7 @@ AppWarning.propTypes = {
|
||||
errorMsg: PropTypes.string,
|
||||
};
|
||||
AppWarning.defaultProps = {
|
||||
errorMsg: _t('Error'),
|
||||
errorMsg: 'Error',
|
||||
};
|
||||
|
||||
export default AppWarning;
|
||||
|
Loading…
Reference in New Issue
Block a user