1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Update copy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-07-15 16:52:10 +01:00
parent ae17cd3ec6
commit 78da0c863a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ enum Icon {
function tooltipText(variant: Icon) {
switch (variant) {
case Icon.Globe:
return _t("Public Room");
return _t("This room is public");
case Icon.PresenceOnline:
return _t("Online");
case Icon.PresenceAway: