ab0bc8375befd65a81e34535a6d7f8cac168d675
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/whatsnew/TabletAndDesktopWhatsNewView.java
| ... | ... | @@ -82,14 +82,12 @@ public class TabletAndDesktopWhatsNewView extends Composite implements WhatsNewV |
| 82 | 82 | raceCommitteeAppNotesAnchor.setHref(raceCommitteeAppNotesNavigation.getTargetUrl()); |
| 83 | 83 | inSightAppNotesAnchor.setHref(inSightAppNotesNavigation.getTargetUrl()); |
| 84 | 84 | buoyPingerAppNotesAnchor.setHref(buoyPingerAppNotesNavigation.getTargetUrl()); |
| 85 | - if (ClientConfiguration.getInstance().isBrandingActive()) { |
|
| 86 | - String brandName = ClientConfiguration.getInstance().getBrandTitle(Optional.empty()); |
|
| 87 | - sailingAnalyticsNotesAnchor.setText(i18n.solutionsAnalyticsHeadline(brandName)); |
|
| 88 | - sailingSimulatorNotesAnchor.setText(i18n.strategySimulator()); |
|
| 89 | - raceCommitteeAppNotesAnchor.setText(i18n.solutionsRaceHeadline(brandName)); |
|
| 90 | - inSightAppNotesAnchor.setText(i18n.solutionsInSightHeadline(brandName)); |
|
| 91 | - buoyPingerAppNotesAnchor.setText(i18n.solutionsBuoyPingerHeadline(brandName)); |
|
| 92 | - } |
|
| 85 | + final String brandName = ClientConfiguration.getInstance().getBrandTitle(Optional.empty()); |
|
| 86 | + sailingAnalyticsNotesAnchor.setText(i18n.solutionsAnalyticsHeadline(brandName)); |
|
| 87 | + sailingSimulatorNotesAnchor.setText(i18n.strategySimulator()); |
|
| 88 | + raceCommitteeAppNotesAnchor.setText(i18n.solutionsRaceHeadline(brandName)); |
|
| 89 | + inSightAppNotesAnchor.setText(i18n.solutionsInSightHeadline(brandName)); |
|
| 90 | + buoyPingerAppNotesAnchor.setText(i18n.solutionsBuoyPingerHeadline(brandName)); |
|
| 93 | 91 | links = Arrays.asList(new Anchor[] { sailingAnalyticsNotesAnchor, sailingSimulatorNotesAnchor, raceCommitteeAppNotesAnchor, inSightAppNotesAnchor, buoyPingerAppNotesAnchor }); |
| 94 | 92 | contentWidgets = Arrays.asList(new HTML[] { sailingAnalyticsNotes, sailingSimulatorNotes, raceCommitteeAppNotes, inSightAppNotes, buoyPingerAppNotes }); |
| 95 | 93 | switch(navigationTab) { |