Missing translation string

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-05 21:27:45 +02:00
parent 3710c3b3ac
commit c02c8b1d67
1 changed files with 3 additions and 1 deletions

View File

@ -2811,7 +2811,9 @@ export default class RoomClient
{
text : intl.formatMessage({
id : 'roles.gotRole',
defaultMessage : `You got the role: ${role}`
defaultMessage : 'You got the role: {role}'
}, {
role
})
}));
}