diff options
Diffstat (limited to 'app/core/files.js')
-rw-r--r-- | app/core/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/core/files.js b/app/core/files.js index de57fa5..c0ce1f9 100644 --- a/app/core/files.js +++ b/app/core/files.js @@ -39,7 +39,7 @@ FileManager.prototype.create = function(options, cb) { return cb(err); } if (!room) { - return cb('No room found!'); + return cb('Room does not exist.'); } if (room.archived) { return cb('Room is archived.'); |