mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Add dynamic labels for notifications
This commit is contained in:
parent
e5069a4f53
commit
6d32d12b06
1 changed files with 2 additions and 0 deletions
|
@ -3990,3 +3990,5 @@ $app_strings['LBL_SYSTEM_ACCOUNT'] = 'System Account';
|
|||
$app_strings['LBL_FROM_SYSTEM'] = 'Send From System';
|
||||
$app_strings['LBL_SIGNATURE'] = 'Signature';
|
||||
$app_strings['LBL_NEW_NOTIFICATION'] = "You have {{context.unread}} new notifications";
|
||||
$app_strings['LBL_NOTIFICATION_ITEM_DATE'] = 'Due: {{fields.date_start.value}}';
|
||||
$app_strings['LBL_NOTIFICATION_ITEM_DATE_ENTERED'] = 'Notified: {{fields.snooze.value}}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue