Skip to content

Commit

Permalink
Issue #3686: Translated Type in Ticket information.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Aug 7, 2024
1 parent d1d848d commit dafe99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[% RenderBlockEnd("ArchiveFlag") %]
[% RenderBlockStart("Type") %]
<label>[% Translate("Type") | html %]:</label>
<p class="Value FixedValueSmall" title="[% Data.Type | html %]">[% Data.Type | html %]
<p class="Value FixedValueSmall" title="[% Data.Type | html %]">[% Translate(Data.Type) | html %]
[% IF Data.Valid != 1 %] <em class="Error">[% Translate("Note: Type is invalid!") | html %]</em> [% END %]
</p>
<div class="Clear"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="oooSection">
<h3>[% Translate('Ticket Information') | html %]</h3>
[% RenderBlockStart("Type") %]
<p class='ooo12'><span class='ooo12g'>[% Translate('Type') | html %]:</span> [% Data.Type | html %]</p>
<p class='ooo12'><span class='ooo12g'>[% Translate('Type') | html %]:</span> [% Translate(Data.Type) | html %]</p>
[% RenderBlockEnd("Type") %]
[% RenderBlockStart("Service") %]
<p class='ooo12'><span class='ooo12g'>[% Translate('Service') | html %]:</span> [% Translate(Data.Service) | html | replace('::', '<wbr>::<wbr>') %]</p>
Expand Down

0 comments on commit dafe99f

Please sign in to comment.