Skip to content

Commit

Permalink
Update emergency.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin authored Aug 15, 2023
1 parent e5a3c4a commit 7c405d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/de/emergency.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
\App\Enums\EmergencyTypeEnum::TEST->name => [
'title' => 'Alarm Systemtest',
'message' => 'Dies ist ein Testalarm, es ist keine Hanldung erforderlich.',
'message' => 'Dies ist ein Testalarm, es ist keine Handlung erforderlich.',
],
\App\Enums\EmergencyTypeEnum::LIFTED->name => [
'title' => 'Entwarnung',
Expand Down

0 comments on commit 7c405d3

Please sign in to comment.