Missing translation string

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-05 21:27:45 +02:00
parent 3710c3b3ac
commit c02c8b1d67
+3 -1
View File
@@ -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
}) })
})); }));
} }