[Legacy] Add dynamic labels for notifications

This commit is contained in:
Clemente Raposo 2023-02-17 11:36:42 +00:00
parent e5069a4f53
commit 6d32d12b06

View file

@ -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}}';