Skip to content

Commit

Permalink
Merge pull request #1204 from wiegandm/Avarage
Browse files Browse the repository at this point in the history
Fix typo in OS table header
  • Loading branch information
bjoernricks authored Mar 5, 2019
2 parents e9b5480 + f681e4e commit 77c46ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsa/src/web/pages/operatingsystems/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Header = ({
sortBy={sort ? 'average_severity' : false}
onSortChange={onSortChange}
>
{_('Avarage')}
{_('Average')}
</TableHead>
</TableRow>
</TableHeader>
Expand Down

0 comments on commit 77c46ac

Please sign in to comment.