Fixing translations if uploading file when importing

stable
Alejandro Alonso 2015-05-18 12:28:55 +02:00
parent 2170ea9e3a
commit 8287c572b1
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ImportProjectButtonDirective = ($rs, $confirm, $location, $navUrls, $translate)
file = event.target.files[0]
return if not file
loader = $confirm.loader("Uploading dump file")
loader = $confirm.loader($translate.instant("PROJECT.IMPORT.UPLOADING_FILE"))
onSuccess = (result) ->
loader.stop()

View File

@ -499,6 +499,7 @@
},
"IMPORT": {
"TITLE": "Importing Project",
"UPLOADING_FILE": "Uploading dump file",
"DESCRIPTION": "This process can take a while, please keep the window open.",
"ASYNC_IN_PROGRESS_TITLE": "Our Oompa Loompas are importing your project",
"ASYNC_IN_PROGRESS_MESSAGE": "This process could take a few minutes <br/> We will send you an email when ready",