ef0e00d112696509f7ca963d9cb46984c1695cd9
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/partials/multiselection/MiscellaneousDisplayImpl.java
| ... | ... | @@ -63,7 +63,7 @@ public class MiscellaneousDisplayImpl { |
| 63 | 63 | final AsyncCallback<VoidResult> wrappedCallback = wrapCallbackWithToastResponse(didOptOutOfFeatureAndCommunityEmails, callback); |
| 64 | 64 | presenter.updateDidOptOutOfFeatureAndCommunityEmails(didOptOutOfFeatureAndCommunityEmails, wrappedCallback); |
| 65 | 65 | }; |
| 66 | - final String title = StringMessages.INSTANCE.featureAndCommunityUpdates(); |
|
| 66 | + final String title = StringMessages.INSTANCE.optOutOfFeatureAndCommunityUpdates(); |
|
| 67 | 67 | return new CheckBoxTile(title, false, onToggle); |
| 68 | 68 | } |
| 69 | 69 | } |
| ... | ... | \ No newline at end of file |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
| ... | ... | @@ -2558,7 +2558,7 @@ public interface StringMessages extends com.sap.sse.gwt.client.StringMessages, |
| 2558 | 2558 | String sourceCode(); |
| 2559 | 2559 | String miscellaneous(); |
| 2560 | 2560 | String securityUpdates(); |
| 2561 | - String featureAndCommunityUpdates(); |
|
| 2561 | + String optOutOfFeatureAndCommunityUpdates(); |
|
| 2562 | 2562 | String optedOutOfFeatureAndCommunityUpdates(); |
| 2563 | 2563 | String optedInToFeatureAndCommunityUpdates(); |
| 2564 | 2564 | String couldNotOptOutOfFeatureAndCommunityUpdates(); |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
| ... | ... | @@ -2594,7 +2594,7 @@ unableToLoadIpsBlockedForUserCreationAbuse=Unable to load IPs Blocked for User C |
| 2594 | 2594 | sourceCode=Source Code |
| 2595 | 2595 | miscellaneous=Miscellaneous |
| 2596 | 2596 | securityUpdates=Security Updates |
| 2597 | -featureAndCommunityUpdates=Opt out of feature and community updates |
|
| 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 | 2600 | couldNotOptOutOfFeatureAndCommunityUpdates=Could not opt-out of feature and community updates |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
| ... | ... | @@ -2588,7 +2588,7 @@ unableToLoadIpsBlockedForUserCreationAbuse=Wegen Missbrauchs der Benutzererstell |
| 2588 | 2588 | sourceCode=Quellcode |
| 2589 | 2589 | miscellaneous=Verschiedenes |
| 2590 | 2590 | securityUpdates=Sicherheitsupdates |
| 2591 | -featureAndCommunityUpdates=Funktions- und Community-Updates abbestellen |
|
| 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 | 2594 | couldNotOptOutOfFeatureAndCommunityUpdates=Funktions- und Community-Updates konnten nicht abbestellt werden. |