Migrate more strings to translation keys (#11510)

This commit is contained in:
Michael Telatynski
2023-09-01 10:53:32 +01:00
committed by GitHub
parent 0e8f79b268
commit b1f17f5478
64 changed files with 3507 additions and 3306 deletions

View File

@@ -39,8 +39,8 @@ const ServersInRoom: React.FC<IDevtoolsProps> = ({ onBack }) => {
<table>
<thead>
<tr>
<th>{_t("Server")}</th>
<th>{_t("Number of users")}</th>
<th>{_t("common|server")}</th>
<th>{_t("devtools|number_of_users")}</th>
</tr>
</thead>
<tbody>