Skip to content

Commit a2c46a6

Browse files
committed
#1519: made error message better
1 parent f43096e commit a2c46a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/projects.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export default class ProjectsService {
636636
*/
637637
static async getAllManufacturers(submitter: User): Promise<Manufacturer[]> {
638638
if (submitter.role === Role.GUEST) {
639-
throw new AccessDeniedGuestException('Guests cannot get the manufacturers');
639+
throw new AccessDeniedGuestException('Get Manufacturers');
640640
}
641641

642642
return (

0 commit comments

Comments
 (0)