File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,12 @@ private function generateMailExitingShares(
158158 $ emailTemplate ->addHeader ();
159159
160160 if ($ multiple ) {
161- $ text = $ this ->l10n ->t ('%s shared multiple files with "%s". ' , [$ author, $ circleName ]);
161+ $ text = $ this ->l10n ->t ('%s shared multiple files with "%s". ' , [$ author ]);
162162 } else {
163- $ text = $ this ->l10n ->t ('%s shared a file with "%s". ' , [$ author, $ circleName ]);
163+ $ text = $ this ->l10n ->t ('%s shared a file with "%s". ' , [$ author ]);
164164 }
165165
166- $ text = $ this ->l10n ->t ('%s shared multiple files with "%s". ' , [$ author, $ circleName ]);
166+ $ text = $ this ->l10n ->t ('%s shared multiple files with "%s". ' , [$ author ]);
167167 $ emailTemplate ->addBodyText (htmlspecialchars ($ text ), $ text );
168168
169169 return $ emailTemplate ;
You can’t perform that action at this time.
0 commit comments