mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
Update src/platform/web/ui/session/JoinRoomView.ts
This commit is contained in:
parent
67dfbc5e28
commit
2e9470027b
@ -24,7 +24,7 @@ export class JoinRoomView extends TemplateView<JoinRoomViewModel> {
|
|||||||
type: "text",
|
type: "text",
|
||||||
name: "id",
|
name: "id",
|
||||||
id: "id",
|
id: "id",
|
||||||
placeholder: vm.i18n`Enter a room id`,
|
placeholder: vm.i18n`Enter a room id or alias`,
|
||||||
disabled: vm => vm.joinInProgress,
|
disabled: vm => vm.joinInProgress,
|
||||||
});
|
});
|
||||||
return t.main({className: "middle"},
|
return t.main({className: "middle"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user