mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-01 02:07:45 +00:00
fix(rn, chat): localize the chat button label
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
5be770cad1
commit
def3c76e10
@@ -1,6 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { CHAT_ENABLED, getFeatureFlag } from '../../../base/flags';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconChat, IconChatUnread } from '../../../base/icons';
|
||||
import { connect } from '../../../base/redux';
|
||||
import {
|
||||
@@ -76,4 +77,4 @@ function _mapStateToProps(state, ownProps) {
|
||||
};
|
||||
}
|
||||
|
||||
export default connect(_mapStateToProps)(ChatButton);
|
||||
export default translate(connect(_mapStateToProps)(ChatButton));
|
||||
|
||||
Reference in New Issue
Block a user