Skip to content

Commit

Permalink
Issue #3952: Aligned translation handling for 'Article subject will b…
Browse files Browse the repository at this point in the history
…e empty' string.
  • Loading branch information
stefanhaerter committed Nov 26, 2024
1 parent fb1af20 commit fd28bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Modules/AgentTicketEmailOutbound.pm
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ sub Form {

# 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!'),
Data => $LayoutObject->{LanguageObject}->Translate('Article subject will be empty if the subject contains only the ticket hook!'),
);

$Output .= $Self->_Mask(
Expand Down

0 comments on commit fd28bc1

Please sign in to comment.