(cherry picked from commit 4ecccbbb16)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
053798814e
commit
bcd5397300
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default class ConvertPrivate extends PureComponent<ConvertPrivateProps> {
|
|||
} else {
|
||||
Alert.alert(
|
||||
'',
|
||||
formatMessage({id: t('mobile.channel_info.convert_success'), defaultMessage: '{displayName} is now a private channel.'}, displayName),
|
||||
formatMessage({id: t('mobile.channel_info.convert_success'), defaultMessage: '{displayName} is now a private channel.'}, {displayName}),
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue