Skip to content

Commit 17d623f

Browse files
godilleycammygames
authored andcommitted
Fixed typo in compensate button (#81)
1 parent bf1b020 commit 17d623f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/en/life.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'id' => 'SteamID',
7171
),
7272
'buttons' => array (
73-
'compensate' => 'Compenstae',
73+
'compensate' => 'Compensate',
7474
'addNote' => 'Add Note',
7575
),
7676
'tabs' => array (
@@ -187,4 +187,4 @@
187187
'edit' => 'Edit Containers',
188188
),
189189
),
190-
);
190+
);

0 commit comments

Comments
 (0)