mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Tweak wording on delete artist page and add some more breadcrumbs
This commit is contained in:
parent
1136cfb2af
commit
34fd71e55a
11 changed files with 83 additions and 19 deletions
|
@ -3,5 +3,5 @@ namespace Exceptions;
|
|||
|
||||
class ArtistAlternateNameExistsException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Artist already has that alternate name (A.K.A.).';
|
||||
protected $message = 'Artist already has that alternate name.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue