Fixing typo in smaller than text

stable
Alejandro Alonso 2014-10-31 09:06:02 +01:00
parent b16a20e583
commit b5d105dfac
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ resourceProvider = ($rootScope, $config, $urls, $model, $repo, $auth, $q) ->
response = {
status: 413,
data: _error_message: "'#{file.name}' (#{sizeFormat(file.size)}) is too heavy for our oompa
loompas, try it with a smaller than {#{sizeFormat(maxFileSize)})"
loompas, try it with a smaller than (#{sizeFormat(maxFileSize)})"
}
defered.reject(response)
return defered.promise

View File

@ -33,7 +33,7 @@ resourceProvider = ($config, $repo, $http, $urls, $q) ->
response = {
status: 413,
data: _error_message: "'#{file.name}' (#{sizeFormat(file.size)}) is too heavy for our oompa
loompas, try it with a smaller than {#{sizeFormat(maxFileSize)})"
loompas, try it with a smaller than (#{sizeFormat(maxFileSize)})"
}
defered = $q.defer()
defered.reject(response)