Fixing typo in smaller than text
parent
b16a20e583
commit
b5d105dfac
|
@ -43,7 +43,7 @@ resourceProvider = ($rootScope, $config, $urls, $model, $repo, $auth, $q) ->
|
||||||
response = {
|
response = {
|
||||||
status: 413,
|
status: 413,
|
||||||
data: _error_message: "'#{file.name}' (#{sizeFormat(file.size)}) is too heavy for our oompa
|
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)
|
defered.reject(response)
|
||||||
return defered.promise
|
return defered.promise
|
||||||
|
|
|
@ -33,7 +33,7 @@ resourceProvider = ($config, $repo, $http, $urls, $q) ->
|
||||||
response = {
|
response = {
|
||||||
status: 413,
|
status: 413,
|
||||||
data: _error_message: "'#{file.name}' (#{sizeFormat(file.size)}) is too heavy for our oompa
|
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 = $q.defer()
|
||||||
defered.reject(response)
|
defered.reject(response)
|
||||||
|
|
Loading…
Reference in New Issue