From 28fcf4edfc8e812332fc2c6bd241fab6e0f56094 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Tue, 24 May 2016 09:09:04 +0200 Subject: [493381] Remove 'beta' from login dialog https://bugs.eclipse.org/bugs/show_bug.cgi?id=493381--- .../src/org/eclipse/userstorage/internal/StorageServiceRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.userstorage/src/org/eclipse/userstorage/internal/StorageServiceRegistry.java b/org.eclipse.userstorage/src/org/eclipse/userstorage/internal/StorageServiceRegistry.java index 3745dee..4b8260d 100644 --- a/org.eclipse.userstorage/src/org/eclipse/userstorage/internal/StorageServiceRegistry.java +++ b/org.eclipse.userstorage/src/org/eclipse/userstorage/internal/StorageServiceRegistry.java @@ -315,7 +315,7 @@ public final class StorageServiceRegistry implements IStorageService.Registry URI editAccountURI = StringUtil.newURI(getValue(serviceURI, EDIT_ACCOUNT_URI, "https://dev.eclipse.org/site_login/myaccount.php")); URI recoverPasswordURI = StringUtil.newURI(getValue(serviceURI, RECOVER_PASSWORD_URI, "https://dev.eclipse.org/site_login/password_recovery.php")); String termsOfUseLink = getValue(serviceURI, TERMS_OF_USE_LINK, - "I agree the use of this beta service is governed by the Eclipse Foundation Terms of Use and the Eclipse Foundation Privacy Policy."); + "I agree the use of this service is governed by the Eclipse Foundation Terms of Use and the Eclipse Foundation Privacy Policy."); StorageService eclipseStorage = new StorageService(serviceLabel, serviceURI, createAccountURI, editAccountURI, recoverPasswordURI, termsOfUseLink); services.put(eclipseStorage.getServiceURI(), eclipseStorage); -- cgit v1.2.3