ihsn/nada

Missing translation in Datadeposit controller

Opened this issue · 0 comments

In the Datadeposit controller on line 2027 (function email_summary()) there is a translation variable who isn't translated anywhere :

$data['message']=sprintf(t('email_user_shared_project'),$user_name,$project_title);

Can you provide a patch or at least an example of the text content ?

Thanks!