You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The translation for "Article subject will be empty if the subject contains only the ticket hook!" in Action=AgentTicketEmailOutbound is missing. The string is translated in translate.otobo.io , so I guess something like "translatable=1" is missing.
Set User language to German
Go to any ticket and open Communication > Email Outbound
See hint message
The text was updated successfully, but these errors were encountered:
# Inform a user that article subject will be empty if contains only the ticket hook (if nothing is modified).
$Output .= $LayoutObject->Notify(
Data=> Translatable('Article subject will be empty if the subject contains only the ticket hook!'),
);
As param for Notify, Data is used - which, unlike e.g. Info, does not get translated in the notify template. So, we have a combination of not translated string (only marked as translatable) and not translated attribute. Fix is small, but it has to be decided how it is to be done.
The translation for "Article subject will be empty if the subject contains only the ticket hook!" in Action=AgentTicketEmailOutbound is missing. The string is translated in translate.otobo.io , so I guess something like "translatable=1" is missing.
The text was updated successfully, but these errors were encountered: