Skip to content

Commit 66a7121

Browse files
committed
Fix styling
1 parent 435808d commit 66a7121

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/lang/hr/translations.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
return array (
4-
'name' => 'Ime',
5-
'started_at' => 'Pokrenuto',
6-
'failed' => 'neuspjelo',
7-
);
3+
return [
4+
'name' => 'Ime',
5+
'started_at' => 'Pokrenuto',
6+
'failed' => 'neuspjelo',
7+
];

0 commit comments

Comments
 (0)