]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/rest/rest-extractor.service.ts
Try to improve tools doc
[github/Chocobozzz/PeerTube.git] / client / src / app / core / rest / rest-extractor.service.ts
index 36702b3712e28d21adf12148bd779f1d6b9f05f3..4b8c1e1555579567de687f068487568185eb6e88 100644 (file)
@@ -58,8 +58,7 @@ export class RestExtractor {
       } else if (err.error && err.error.error) {
         errorMessage = err.error.error
       } else if (err.status === 413) {
-        errorMessage = $localize`Request is too large for the server.
- Please contact you administrator if you want to increase the limit size.`
+        errorMessage = $localize`Media is too large for the server. Please contact you administrator if you want to increase the limit size.`
       } else if (err.status === 429) {
         const secondsLeft = err.headers.get('retry-after')
         if (secondsLeft) {