Missing translation string
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user