-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Description
Description:
If you sort your channels like "unread on top" the label of the menu group seems to be hardcoded, which leads to wrong translations in other languages. (i.e. Label is also "Unread" if I select german as my language)
Server Setup Information:
- Version of Rocket.Chat Server: 0.63.1
- Operating System: Ubuntu 16.04 LTS
- Deployment Method(snap/docker/tar/etc): docker
- Number of Running Instances: 3
Steps to Reproduce:
- Enable "unread channels on top"
- Select another language as english
- The label is wrong
Screenshot:
Expected behavior:
The label for the group of unread channels should be a variable so it translates correctly to the language which the users choose.
Actual behavior:
The label is english :)
Code:
I think this could be the section there it is hardcoded:
| label: 'Unread' |
