Skip to content

Commit

Permalink
Renamed Build => Highest Damage Ability
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Sep 3, 2024
1 parent 6febad2 commit 6af38b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSCRUI/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def get_live_table_headers():

def get_ladder_headers():
return (
_('Name'), _('Handle'), _('DPS'), _('Total Damage'), _('Deaths'), _('Combat Time'), _('Date'), _('Max One Hit'), _('Debuff'), _('Build')
)
_('Name'), _('Handle'), _('DPS'), _('Total Damage'), _('Deaths'), _('Combat Time'), _('Date'), _('Max One Hit'), _('Debuff'), _('Highest Damage Ability')
)

0 comments on commit 6af38b6

Please sign in to comment.