File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
java/de/symeda/sormas/api/i18n
sormas-ui/src/main/java/de/symeda/sormas/ui/login Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3127,8 +3127,8 @@ public interface Captions {
31273127 String versionIsMissing = "versionIsMissing" ;
31283128 String view = "view" ;
31293129 String View_actions = "View.actions" ;
3130- String View_adverseeventinvestigations = "View.adverseeventinvestigations" ;
31313130 String View_adverseevents = "View.adverseevents" ;
3131+ String View_adverseevents_investigations = "View.adverseevents.investigations" ;
31323132 String View_aggregatereports = "View.aggregatereports" ;
31333133 String View_aggregatereports_aggregatereporting = "View.aggregatereports.aggregatereporting" ;
31343134 String View_aggregatereports_reportdata = "View.aggregatereports.reportdata" ;
Original file line number Diff line number Diff line change @@ -3122,7 +3122,7 @@ View.samples.sub=
31223122View.travelEntries =Travel Entries Directory
31233123View.immunizations =Immunization Directory
31243124View.adverseevents =Adverse Events Directory
3125- View.adverseeventinvestigations =AEFI Investigations Directory
3125+ View.adverseevents.investigations =AEFI Investigations Directory
31263126View.statistics =Statistics
31273127View.statistics.database-export =Database export
31283128View.tasks =Task Management
Original file line number Diff line number Diff line change @@ -315,12 +315,6 @@ private Layout buildLoginSidebarLayout() {
315315 imgSormasFoundation .setWidth (isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH , Unit .PIXELS );
316316 poweredByLayout .addComponent (imgSormasFoundation );
317317
318- if (!isCustomBranding ) {
319- Image imgGiz = new Image (null , new ThemeResource ("img/giz-logo.png" ));
320- imgGiz .setWidth (isCustomBranding ? CUSTOM_BRANDING_LOGO_WIDTH : LOGO_WIDTH , Unit .PIXELS );
321- poweredByLayout .addComponent (imgGiz );
322- }
323-
324318 loginSidebarLayout .addComponent (poweredByLayout );
325319
326320 Label customSidebarLabel = new Label ();
You can’t perform that action at this time.
0 commit comments