Locallazy: Convert even more strings (#11679)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8d289544b3
commit
9a76d6b9a3
82 changed files with 6216 additions and 5101 deletions
|
@ -61,7 +61,7 @@ enum Icon {
|
|||
function tooltipText(variant: Icon): string | undefined {
|
||||
switch (variant) {
|
||||
case Icon.Globe:
|
||||
return _t("This room is public");
|
||||
return _t("room|header|room_is_public");
|
||||
case Icon.PresenceOnline:
|
||||
return _t("presence|online");
|
||||
case Icon.PresenceAway:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue