mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
agent sessions - rename "Week" to "Last Week" (#283602)
This commit is contained in:
@@ -627,7 +627,7 @@ export const AgentSessionSectionLabels = {
|
||||
[AgentSessionSection.InProgress]: localize('agentSessions.inProgressSection', "In Progress"),
|
||||
[AgentSessionSection.Today]: localize('agentSessions.todaySection', "Today"),
|
||||
[AgentSessionSection.Yesterday]: localize('agentSessions.yesterdaySection', "Yesterday"),
|
||||
[AgentSessionSection.Week]: localize('agentSessions.weekSection', "Week"),
|
||||
[AgentSessionSection.Week]: localize('agentSessions.weekSection', "Last Week"),
|
||||
[AgentSessionSection.Older]: localize('agentSessions.olderSection', "Older"),
|
||||
[AgentSessionSection.Archived]: localize('agentSessions.archivedSection', "Archived"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user