Filemanager: Fix "share link copied into clipboard" message was not translated

This commit is contained in:
nathan 2022-11-16 14:16:14 -07:00
parent e57e81f5ea
commit 19f4e13c7a

View File

@ -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'));
}
});
}