mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added translation for rate limit message to client
This commit is contained in:
parent
8590af3e49
commit
6738fdd1fc
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ script(type="text/ng-template", id="uploadFileModalTemplate")
|
|||
h3 #{translate("upload_files")}
|
||||
span
|
||||
.alert.alert-warning.small(ng-if="tooManyFiles") #{translate("maximum_files_uploaded_together", {max:"{{max_files}}"})}
|
||||
.alert.alert-warning.small(ng-if="rateLimitHit") Too many files uploaded, your uploads have been throttled for short period.
|
||||
.alert.alert-warning.small(ng-if="rateLimitHit") #{translate("too_many_files_uploaded_throttled_short_period")}
|
||||
|
||||
.modal-body(
|
||||
fine-upload
|
||||
|
|
Loading…
Reference in a new issue