Tweak wording on delete artist page and add some more breadcrumbs

This commit is contained in:
Alex Cabal 2025-03-07 10:37:56 -06:00
parent 1136cfb2af
commit 34fd71e55a
11 changed files with 83 additions and 19 deletions

View file

@ -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.';
}