Skip to content

Commit

Permalink
adding a translation hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Dec 4, 2024
1 parent 5baf9ed commit 8ec98a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/admin/overview_federation.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@
<th scope='col' style='text-align:left;'> <?php echo _("Downloads"); ?></th>
<th scope='col' style='text-align:left;'> <?php echo _("Admin"); ?></th>
<th scope='col' style='text-align:left;'> <?php echo \core\ProfileSilverbullet::PRODUCTNAME ?></th>
<th scope='col' style='text-align:left;'> <?php echo _("User"); ?></th>
<th scope='col' style='text-align:left;'> <?php
/// this should not be translated as "Username"
echo _("User");
?></th>
</tr>
<?php echo $thefed->downloadStats("table", "FEDERATION"); ?>
</tbody>
Expand Down

0 comments on commit 8ec98a6

Please sign in to comment.