chore: rebranding

This commit is contained in:
Carl-Robert Linnupuu 2025-03-03 17:28:58 +00:00
parent 6a3ec495ca
commit ad16f5c98f
46 changed files with 418 additions and 135 deletions

View file

@ -39,8 +39,8 @@ public class TelemetryNotifications {
public void queryUserConsent() {
Notification notification = group.createNotification(
"Help CodeGPT improve its extensions by allowing them to collect anonymous usage data. " +
"Read our <a href=\"https://codegpt.ee/privacy\">privacy statement</a> " +
"Help ProxyAI improve its extensions by allowing them to collect anonymous usage data. " +
"Read our <a href=\"https://tryproxy.io/privacy\">privacy statement</a> " +
"and learn how to <a href=\"\">opt out</a>.",
NotificationType.INFORMATION);
notification.setTitle("Enable Telemetry");

View file

@ -22,11 +22,11 @@ import javax.swing.JPanel;
public class TelemetryComponent {
private static final String DESCRIPTION =
"Help CodeGPT improve its products by sending anonymous data about features and plugins used, "
"Help ProxyAI improve its products by sending anonymous data about features and plugins used, "
+ "hardware and software configuration.<br/>"
+ "<br/>"
+ "Please note that this will not include personal data or any sensitive Information.<br/>"
+ "The data sent complies with the <a href=\"https://codegpt.ee/privacy\">Privacy Policy</a>.";
+ "The data sent complies with the <a href=\"https://tryproxy.io/privacy\">Privacy Policy</a>.";
private final JPanel panel;
private final JBCheckBox enabled = new JBCheckBox("Send usage statistics");

View file

@ -35,7 +35,7 @@ public class TelemetryConfigurable implements SearchableConfigurable {
@Nls(capitalization = Nls.Capitalization.Title)
@Override
public String getDisplayName() {
return "CodeGPT Telemetry";
return "ProxyAI Telemetry";
}
@Override