mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
DEV: Correctly pluralize error messages (#26469)
This commit is contained in:
@ -29,7 +29,7 @@ RSpec.describe ThemeSettingsValidator do
|
||||
)
|
||||
|
||||
expect(errors).to contain_exactly(
|
||||
"The property at JSON Pointer '/0/name' must be at most 1 characters long.",
|
||||
"The property at JSON Pointer '/0/name' must be at most 1 character long.",
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user