mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
Use __f to format some messages
This commit is contained in:
parent
929d92da6b
commit
9daef4b09e
7 changed files with 12 additions and 12 deletions
|
|
@ -66,7 +66,7 @@ function sendUpdateNotification($poll, $mailService, $name, $type) {
|
|||
|
||||
if ($poll->receiveNewVotes) {
|
||||
|
||||
$subject = '[' . NOMAPPLICATION . '] ' . __('Mail', 'Poll\'s participation') . ': ' . $poll->title;
|
||||
$subject = '[' . NOMAPPLICATION . '] ' . __f('Mail', 'Poll\'s participation: %s', $poll->title);
|
||||
|
||||
$message = $name . ' ';
|
||||
switch ($type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue