mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 02:11:12 -05:00
Fix: Update slug validation error message
This commit is contained in:
@@ -316,7 +316,7 @@ export async function validateEntityData(
|
|||||||
if (!isSlugUnique) {
|
if (!isSlugUnique) {
|
||||||
blockingErrors.push({
|
blockingErrors.push({
|
||||||
field: 'slug',
|
field: 'slug',
|
||||||
message: 'This slug is already in use. Please choose a unique slug',
|
message: 'This slug is already in use. Manually check if this entity already exists, and reject if so. Otherwise, escalate to an admin for manual editing of the slug.',
|
||||||
severity: 'blocking',
|
severity: 'blocking',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user