Skip to content

Commit

Permalink
fix: typo in translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 committed Jan 6, 2025
1 parent 206273e commit d89ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/component-group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@if(($incidentCount = $componentGroup->components->sum('incidents_count')) > 0)
<span class="rounded border border-zinc-800 px-2 py-1 text-xs font-semibold text-zinc-800 dark:border-zinc-600 dark:text-zinc-400">
{{ trans_choice('cachet::componet_group.incident_count', $incidentCount) }}
{{ trans_choice('cachet::component_group.incident_count', $incidentCount) }}
</span>
@endif
</div>
Expand Down

0 comments on commit d89ee57

Please sign in to comment.