added translation for rate limit message to client

This commit is contained in:
Henry Oswald 2015-12-01 13:11:19 +00:00
parent 8590af3e49
commit 6738fdd1fc

View file

@ -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