mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
minor fix
This commit is contained in:
parent
f89c71e2b3
commit
f4f2e6f124
@ -295,7 +295,7 @@ class Files extends this.OS.GUI.BaseApplication
|
||||
when "#{@name}-upload"
|
||||
me = @
|
||||
@currdir.upload (r) ->
|
||||
me.error __("Fail to upload to {0}: {1}", d, r.error) if r.error
|
||||
me.error __("Fail to upload to {0}: {1}", me.currdir.path, r.error) if r.error
|
||||
|
||||
when "#{@name}-share"
|
||||
me = @
|
||||
|
Loading…
Reference in New Issue
Block a user