Skip to content

Commit

Permalink
Localize the title in AuraWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro authored and Stanzilla committed Feb 7, 2024
1 parent 829bf30 commit 6567062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/AuraWarnings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function Private.AuraWarnings.GetAllWarnings(uid)
results[warning.severity] = {
icon = icons[warning.severity],
prio = 5 + severityLevel[warning.severity],
title = warning.severity,
title = titles[warning.severity] or warning.severity,
message = warning.message,
auraId = warning.auraId,
tab = tabs[key] or "information"
Expand Down

0 comments on commit 6567062

Please sign in to comment.