Skip to content

Commit

Permalink
Issue #1754: Change CustomerAccept accept string to english.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed May 4, 2022
1 parent f7ad8f1 commit 0e58119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Output/HTML/Templates/Standard/CustomerAccept.tt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id='oooMainBox'>
<iframe src="[% Env("Baselink") %]Action=CustomerGenericContent&Subaction=Show&Key=Accept"></iframe>
[% IF Data.AcceptButton %]
<h2 id='AcceptButton'><a href="[% Env("Baselink") %]Action=[% Env("Action") %];Accept=1" id="AcceptGDPR">[% Translate("Mit einem Klick erkläre ich meine Zustimmung.") | html %]<img src="[% Config("Frontend::WebPath") %]skins/Customer/default/img/otobo-signet.svg" height="30" alt="OTOBO Signet"/></a></h2>
<h2 id='AcceptButton'><a href="[% Env("Baselink") %]Action=[% Env("Action") %];Accept=1" id="AcceptGDPR">[% Translate("Click to accept") | html %]<img src="[% Config("Frontend::WebPath") %]skins/Customer/default/img/otobo-signet.svg" height="30" alt="OTOBO Signet"/></a></h2>
[% END %]
</div>
</div>

0 comments on commit 0e58119

Please sign in to comment.