mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
Trivial typo
This commit is contained in:
parent
38f2c778fb
commit
5b0d8d5ffd
@ -74,7 +74,7 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text%
|
||||
puts '', 'The filename argument was missing.', ''
|
||||
usage
|
||||
rescue Import::ImportDisabledError
|
||||
puts '', 'Restore are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', ''
|
||||
puts '', 'Restores are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', ''
|
||||
puts 'Restore cancelled.', ''
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user