java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/multiselection/MiscellaneousDisplayImpl.java
... ...
@@ -37,7 +37,7 @@ public class MiscellaneousDisplayImpl {
37 37
final AsyncCallback<VoidResult> callbackWrappedWithToastNotification = new AsyncCallback<VoidResult>() {
38 38
@Override
39 39
public void onFailure(Throwable caught) {
40
- final String failText = StringMessages.INSTANCE.couldNotOptOutOfFeatureAndCommunityUpdates();
40
+ final String failText = StringMessages.INSTANCE.couldNotToggleFeatureAndCommunityUpdates();
41 41
Notification.notify(failText, NotificationType.ERROR);
42 42
if (callback != null) {
43 43
callback.onFailure(caught);
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
... ...
@@ -2561,7 +2561,7 @@ public interface StringMessages extends com.sap.sse.gwt.client.StringMessages,
2561 2561
String optOutOfFeatureAndCommunityUpdates();
2562 2562
String optedOutOfFeatureAndCommunityUpdates();
2563 2563
String optedInToFeatureAndCommunityUpdates();
2564
- String couldNotOptOutOfFeatureAndCommunityUpdates();
2564
+ String couldNotToggleFeatureAndCommunityUpdates();
2565 2565
String youWillNowReceiveNotificationsForFavoriteCompetitors();
2566 2566
String youWillNotReceiveNotificationsForFavoriteCompetitorsAnymore();
2567 2567
String failedToSetStatusOfNotificationsForFavoriteCompetitors();
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
... ...
@@ -2597,7 +2597,7 @@ securityUpdates=Security Updates
2597 2597
optOutOfFeatureAndCommunityUpdates=Opt out of feature and community updates
2598 2598
optedOutOfFeatureAndCommunityUpdates=You have opted out of feature and community updates
2599 2599
optedInToFeatureAndCommunityUpdates=You will now receive feature and community updates
2600
-couldNotOptOutOfFeatureAndCommunityUpdates=Could not opt-out of feature and community updates
2600
+couldNotToggleFeatureAndCommunityUpdates=Could not toggle feature and community updates
2601 2601
failedToSetStatusOfNotificationsForFavoriteCompetitors=Failed to set status of notifications for favorite competitors
2602 2602
youWillNowReceiveNotificationsForFavoriteCompetitors=You will now receive notifications for favorite competitors
2603 2603
failedToSetStatusOfUpdatesOnUpcomingRacesForYourFavoredBoatClasses=Failed to set status of notifications for upcoming races of your favored boat classes
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
... ...
@@ -2591,7 +2591,7 @@ securityUpdates=Sicherheitsupdates
2591 2591
optOutOfFeatureAndCommunityUpdates=Funktions- und Community-Updates abbestellen
2592 2592
optedOutOfFeatureAndCommunityUpdates=Sie haben Funktions- und Community-Updates abbestellt.
2593 2593
optedInToFeatureAndCommunityUpdates=Sie erhalten nun Funktions- und Community-Updates.
2594
-couldNotOptOutOfFeatureAndCommunityUpdates=Funktions- und Community-Updates konnten nicht abbestellt werden.
2594
+couldNotToggleFeatureAndCommunityUpdates=Der Status der Funktions- und Community-Updates konnte nicht geändert werden.
2595 2595
failedToSetStatusOfNotificationsForFavoriteCompetitors=Status der Benachrichtigungen für bevorzugte Teilnehmer konnte nicht festgelegt werden.
2596 2596
youWillNowReceiveNotificationsForFavoriteCompetitors=Sie erhalten nun Benachrichtigungen für Ihre bevorzugten Teilnehmer.
2597 2597
youWillNotReceiveNotificationsForFavoriteCompetitorsAnymore=Sie erhalten keine Benachrichtigungen mehr für Ihre Lieblingskonkurrenten.