Skip to content
Snippets Groups Projects
Commit dd661ca7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3053 from aspangaro/develop-patch30

Fix: ER Missing language key
parents 609eb261 a1e383da
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ require_once DOL_DOCUMENT_ROOT . '/expensereport/class/expensereport.class.php';
require_once DOL_DOCUMENT_ROOT . '/core/class/doleditor.class.php';
$langs->load("trips");
$langs->load("mails");
$action=GETPOST('action');
$cancel=GETPOST('cancel');
......
......@@ -128,6 +128,7 @@ TagCheckMail=Track mail opening
TagUnsubscribe=Unsubscribe link
TagSignature=Signature sending user
TagMailtoEmail=Recipient EMail
NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile.
# Module Notifications
Notifications=Notifications
NoNotificationsWillBeSent=No email notifications are planned for this event and company
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment