You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
@@ -37,7 +37,7 @@ enum Icon {
|
|||||||
function tooltipText(variant: Icon) {
|
function tooltipText(variant: Icon) {
|
||||||
switch (variant) {
|
switch (variant) {
|
||||||
case Icon.Globe:
|
case Icon.Globe:
|
||||||
return _t("Public Room");
|
return _t("This room is public");
|
||||||
case Icon.PresenceOnline:
|
case Icon.PresenceOnline:
|
||||||
return _t("Online");
|
return _t("Online");
|
||||||
case Icon.PresenceAway:
|
case Icon.PresenceAway:
|
||||||
|
|||||||
@@ -1239,7 +1239,7 @@
|
|||||||
"Leave Room": "Leave Room",
|
"Leave Room": "Leave Room",
|
||||||
"Forget Room": "Forget Room",
|
"Forget Room": "Forget Room",
|
||||||
"Room options": "Room options",
|
"Room options": "Room options",
|
||||||
"Public Room": "Public Room",
|
"This room is public": "This room is public",
|
||||||
"Away": "Away",
|
"Away": "Away",
|
||||||
"Add a topic": "Add a topic",
|
"Add a topic": "Add a topic",
|
||||||
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",
|
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",
|
||||||
|
|||||||
Reference in New Issue
Block a user