mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
refactor message
This commit is contained in:
@@ -61,6 +61,6 @@ class UniqueNumber implements Rule
|
||||
public function message()
|
||||
{
|
||||
$type = str_replace('_', ' ', $this->type);
|
||||
return "{$type} already used.";
|
||||
return "{$type} is already used.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user