N°8768 - Fix PHP CS in dictionnaries

This commit is contained in:
v-dumas
2025-11-14 09:02:54 +01:00
parent a6972af266
commit 8597dea398
2 changed files with 6 additions and 4 deletions

View File

@@ -518,7 +518,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:lnkActionNotificationToContact/Attribute:trigger_id+' => 'The trigger that fired the notification~~',
'Class:lnkActionNotificationToContact/Attribute:subscribed' => 'Subscribed~~',
'Class:lnkActionNotificationToContact/Attribute:subscribed+' => 'If the contact unsubscribed (no) or is subscribed (yes and default) to the notification~~',
]);;
]);
//
// Class: ActionEmail

View File

@@ -502,9 +502,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Class:ActionNotification/Attribute:language' => 'Language~~',
'Class:ActionNotification/Attribute:language+' => 'Language to use for placeholders ($xxx$) inside the message (state, importance, priority, etc)~~',
]);
//
// Class: lnkActionNotificationToContact
//
//
// Class: lnkActionNotificationToContact
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Class:lnkActionNotificationToContact' => 'Link ActionNotification / Contact~~',