Missing translation string
parent
3710c3b3ac
commit
c02c8b1d67
|
|
@ -2811,7 +2811,9 @@ export default class RoomClient
|
||||||
{
|
{
|
||||||
text : intl.formatMessage({
|
text : intl.formatMessage({
|
||||||
id : 'roles.gotRole',
|
id : 'roles.gotRole',
|
||||||
defaultMessage : `You got the role: ${role}`
|
defaultMessage : 'You got the role: {role}'
|
||||||
|
}, {
|
||||||
|
role
|
||||||
})
|
})
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue