diff --git a/layout.go b/layout.go index 7b1973b..e7549b4 100644 --- a/layout.go +++ b/layout.go @@ -18,7 +18,7 @@ import ( var currencies = map[string]string{ "RUB": "₽", "GBP": "£", - "GBp": "£", + "GBp": "p", "SEK": "kr", "EUR": "€", "JPY": "¥",