We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create_UIBox_notify_alert
1 parent d9be594 commit 495ab51Copy full SHA for 495ab51
src/overrides.lua
@@ -1925,7 +1925,9 @@ function create_UIBox_notify_alert(_achievement, _type)
1925
local subtext = _type == 'achievement' and localize(G.F_TROPHIES and 'k_trophy' or 'k_achievement') or
1926
_type == 'Joker' and localize('k_joker') or
1927
_type == 'Voucher' and localize('k_voucher') or
1928
- _type == 'Back' and localize('k_deck') or 'ERROR'
+ _type == 'Back' and localize('k_deck') or
1929
+ _c.set and localize('k_' .. _c.set:lower()) or
1930
+ 'ERROR'
1931
1932
if _achievement == 'b_challenge' then subtext = localize('k_challenges') end
1933
local name = _type == 'achievement' and localize(_achievement, 'achievement_names') or 'ERROR'
0 commit comments