mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Filemanager: Fix "share link copied into clipboard" message was not translated
This commit is contained in:
parent
e57e81f5ea
commit
19f4e13c7a
@ -406,7 +406,7 @@ export class filemanagerAPP extends EgwApp
|
|||||||
{
|
{
|
||||||
if(success !== false)
|
if(success !== false)
|
||||||
{
|
{
|
||||||
egw.message(egw.lang('share link copied into clipboard'));
|
egw.message(this.egw.lang('share link copied into clipboard'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user