Fixing translations if uploading file when importing
parent
2170ea9e3a
commit
8287c572b1
|
@ -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()
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue