bug5510: fixed wrong text.

This commit is contained in:
Udo Wessels
2021-09-20 21:28:21 +02:00
parent b8843e9583
commit 8e097d39d7
@@ -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: