mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
bug5510: fixed wrong text.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public class Subscription extends Composite {
|
||||
switch (type) {
|
||||
case HIGHLIGHT:
|
||||
addStyleName(HIGHLIGHT_STYLE);
|
||||
highlightHeader.add(new Label(i18n.subscriptionOwnerHeaderText())); // TODO: translate
|
||||
highlightHeader.add(new Label(i18n.subscriptionHighlightText())); // TODO: translate
|
||||
button.setText(i18n.subscribe());
|
||||
break;
|
||||
case DEFAULT:
|
||||
|
||||
Reference in New Issue
Block a user