From 62cf532c8eba3be6ca7f8a55489cff2077942274 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 22 Jul 2021 10:12:19 +0200 Subject: [PATCH] TT#103252 Add missing localization for Reseller->Branding page Change-Id: Ib0b9740ef3decf773458f9334160ae5371838049 --- share/templates/reseller/details.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/templates/reseller/details.tt b/share/templates/reseller/details.tt index 7bc0b270fd..3d223009db 100644 --- a/share/templates/reseller/details.tt +++ b/share/templates/reseller/details.tt @@ -329,9 +329,9 @@ [% UNLESS c.user.read_only -%] - Edit Branding + [% c.loc('Edit Branding') %] [% IF branding.logo -%] - Delete Logo + [% c.loc('Delete Logo') %] [% END -%]
@@ -351,11 +351,11 @@

[% ELSE -%] - No logo uploaded. + [% c.loc('No logo uploaded.') %] [% END -%] -

Custom CSS

+

[% c.loc('Custom CSS') %]

 [% branding.css %]
@@ -374,7 +374,7 @@
                 
[% branding.csc_color_secondary %]
[% ELSE -%] - No branding specified, using standard branding. + [% c.loc('No branding specified, using standard branding.') %] [% END -%]