Skip to content

Commit

Permalink
Rename Build => Highest Damage Ability (STOCD#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust authored Sep 3, 2024
1 parent 21c70cf commit bdde9e4
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 bdde9e4

Please sign in to comment.