Skip to content

Commit 40669c7

Browse files
committed
Minor Typo
1 parent 0d70f35 commit 40669c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/JokerDisplay/joker_display_definitions.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,11 @@ jd_def["j_kh_helpwanted"] = {
586586
task_desc = "Mail Delivery"
587587
progress = "(" .. prog .. "/13)"
588588
elseif task == "skipping" then
589-
task_desc = "Skip 4 Blinds"
589+
task_desc = "Junk Sweep"
590590
progress = "(" .. prog .. "/4)"
591591
elseif card.ability.current_task == "shopping" then
592592
local spent = card.ability.money_spent or 0
593-
task_desc = "Junk Sweep"
593+
task_desc = "Poster Duty"
594594
progress = "($" .. spent .. "/30)"
595595
end
596596

0 commit comments

Comments
 (0)