Skip to content

Commit f15a0a8

Browse files
authored
Merge pull request #145 from gkarugi/master
Update Kenyan shilling symbol
2 parents 36e720c + bc29e77 commit f15a0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/currencies.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
],
413413
'KES' => [
414414
'name' => 'Kenyan Shilling',
415-
'symbol' => 'S',
416-
'format' => 'S1,0.00',
415+
'symbol' => 'Ksh',
416+
'format' => 'Ksh1,0.00',
417417
'exchange_rate' => 0.00,
418418
],
419419
'KGS' => [

0 commit comments

Comments
 (0)