+
+ <%= l('You can invite someone to send you files through this Lufi instance even if they donāt have an account on it.') %>
+
+ % if (stash('send_with_user_email')) {
- <%= l('You can invite someone to send you files through this Lufi instance even if they donāt have an account on it.') %>
+ <%= l('The invitation mail will be send from your email address (%1).', stash('user_mail')) %>
- % if (stash('send_with_user_email')) {
-
- <%= l('The invitation mail will be send from your email address (%1).', stash('user_mail')) %>
-
- % }
+ % }