mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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)
|
||||
{
|
||||
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