Skip to content

Commit

Permalink
Added translation wrapper to button text
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa authored and admd committed May 17, 2024
1 parent d34df3d commit 28260a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/html/src/manager/systems/all-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export function AllSystems(props: Props) {

<div className="pull-right btn-group">
<a id="addsystem" title="Add a system" className="btn btn-link" href="/rhn/manager/systems/bootstrap">
<i className="fa fa-plus"></i>Add System
<i className="fa fa-plus"></i>
{t("Add System")}
</a>
</div>
</h1>
Expand Down

0 comments on commit 28260a8

Please sign in to comment.