mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
fix typo
This commit is contained in:
+1
-1
@@ -45,6 +45,6 @@ func GetParameterInvalidEmailMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid email format", field)
|
||||
}
|
||||
|
||||
func GetParameterInvalidCurrencylMessage(field string) string {
|
||||
func GetParameterInvalidCurrencyMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid currency", field)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user