mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-04 14:40:53 +00:00
chore: rebranding
This commit is contained in:
parent
6a3ec495ca
commit
ad16f5c98f
46 changed files with 418 additions and 135 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue