Change Room Details --> Room details
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
65bd74442f
commit
9074caf443
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export class RoomView extends TemplateView {
|
|||
if (vm.canRejoin) {
|
||||
options.push(Menu.optionWithButton(vm.i18n`Rejoin room`, () => vm.rejoinRoom()));
|
||||
}
|
||||
options.push(Menu.optionWithLink(vm.i18n`Room Details`, vm.detailsLink))
|
||||
options.push(Menu.optionWithLink(vm.i18n`Room details`, vm.detailsLink))
|
||||
if (!options.length) {
|
||||
return;
|
||||
}
|
||||
|
|
Reference in a new issue