Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored and github-actions[bot] committed Sep 25, 2023
1 parent 7d03804 commit accc384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin/resources/lang/en/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'actions' => [
'create' => ':item successfully added',
'update' => ':item successfully updated',
'remove' => ':item successfully removed'
'remove' => ':item successfully removed',
],

'attributes' => [
Expand All @@ -17,7 +17,7 @@
],

'auth' => [
'password' => 'This password does not match our records.'
'password' => 'This password does not match our records.',
],

'analytics' => 'Your analytics configurations have been correctly updated',
Expand Down

0 comments on commit accc384

Please sign in to comment.