Skip to content

Commit bc46ed2

Browse files
Update EpitaphTrialAsset.cs
1 parent 2dbb305 commit bc46ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Arrowgene.Ddon.Shared/Asset/EpitaphTrialAsset.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public string Label()
9898
break;
9999
case SoulOrdealObjective.ItemNoteUsedMoreThanOnce:
100100
counter = (Param2 == 1) ? 0U : 1U;
101-
label = $"Items cannot be used {Param2} times {counter}/1";
101+
label = $"Use items less than {Param2} times {counter}/1";
102102
break;
103103
case SoulOrdealObjective.EliminateTheEnemy:
104104
label = "Eliminate the enemy";

0 commit comments

Comments
 (0)