Skip to content

Commit 94ae061

Browse files
committed
address feedback
1 parent 7ff508b commit 94ae061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/livewire/administrative-tools/copy-unlocks.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function submit(): void
4848
Notification::make()
4949
->danger()
5050
->title('Failed')
51-
->body("No users have all {$fromAchievementIdsCount} achievements.")
51+
->body('No users have all ' . count($this->fromAchievementIds) . ' achievements.')
5252
->send();
5353
5454
return;

0 commit comments

Comments
 (0)