mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Grammar in error message
This commit is contained in:
@@ -168,7 +168,7 @@ class Collection extends ParanoidModel {
|
||||
|
||||
@Length({
|
||||
max: 50,
|
||||
msg: `index must 50 characters or less`,
|
||||
msg: `index must be 50 characters or less`,
|
||||
})
|
||||
@Column
|
||||
index: string | null;
|
||||
|
||||
Reference in New Issue
Block a user