You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/UsageStatusPreferencePage.java
+4-23Lines changed: 4 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@
6
6
importjava.time.ZonedDateTime;
7
7
importjava.time.format.DateTimeFormatter;
8
8
importjava.time.format.DateTimeParseException;
9
-
importjava.util.ArrayList;
10
-
importjava.util.List;
11
9
importjava.util.Locale;
12
10
13
11
importorg.apache.commons.lang3.StringUtils;
@@ -58,7 +56,6 @@ public class UsageStatusPreferencePage extends PreferencePage implements IWorkbe
usage_monthly_limit_description=Usage limit per billing cycle, resets on billing cycle date.\nContinue uninterrupted with pay-as-you-go overage\nwhen monthly limit is hit.
165
165
usage_overage_spend_tooltip=Pay-as-you-go spend on additional usage when you \nhit session and weekly limits.\nSet a budget to cap your maximum monthly spend.
166
166
usage_percentage_suffix={0}% used
167
-
usage_overage_not_configured=No overage fund set
168
-
usage_overage_configured=Overage fund enabled
167
+
usage_overage_not_configured=Overage not configured
168
+
usage_overage_configured=Overage enabled
169
169
usage_not_signed_in=Sign in to GitHub to access usage.
170
170
usage_no_monthly_limit=You have no monthly limit on AI credit usage set by your organization.
171
171
usage_no_session_limit=You have no session limit on AI credit usage.
@@ -178,3 +178,4 @@ usage_duration_hour_mins=1 hour {0} mins
0 commit comments