Browse Source

room-preview: Replace "alias" with "address" in string

For consistency with other places, where we only mention a room address.
fractal-13
Kévin Commaille 8 months ago committed by Kévin Commaille
parent
commit
98c603cf13
  1. 2
      src/components/dialogs/room_preview.blp

2
src/components/dialogs/room_preview.blp

@ -67,7 +67,7 @@ template $RoomPreviewDialog: $ToastableDialog {
wrap-mode: word_char;
justify: center;
use-markup: true;
label: _("Enter a room ID, room alias, or link to look up a room");
label: _("Enter an address or link to look up a room");
styles [
"body",

Loading…
Cancel
Save