How to customize mouseover text

Description

See these screenshots…

RocketChatVideoCallwebsite

That text should have been “Video Call” or “Video Conference Call” - how to change it?

Server Setup Information

  • Version of Rocket.Chat Server: 4.0.5
  • Operating System: Ubuntu 20.04
  • Deployment Method: Snap
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version:
  • Proxy:
  • Firewalls involved:

Any additional Information

Also the icon should be something else rather than a phone handle

Hi!

Rocket.Chat is very flexible. You can easily override any translation. For that, go to:

Admin > General > Translations

and provide a json like this:

{ "en": { "Call": "Video Calls" }, "pt": { "Call": "Chamadas de Vídeo" } }

Let me know if you were able to solve this!

Thanks!

That is wonderful! Your guys truly rock!

1 Like