mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
modify name
This commit is contained in:
@@ -48,3 +48,7 @@ func GetParameterInvalidEmailMessage(field string) string {
|
||||
func GetParameterInvalidCurrencyMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid currency", field)
|
||||
}
|
||||
|
||||
func GetParameterInvalidHexRGBColorMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid color", field)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user