Skip to content

Commit

Permalink
modify menu text
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryYangxx committed Nov 20, 2024
1 parent 46f5cf8 commit 7e30c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/insomnia/src/ui/components/tabs/tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ export const InsomniaTab = ({ tab }: { tab: BaseTab }) => {
key: 'insomniaTab',
menuItems: [
{
label: 'Close All',
label: 'Close all',
},
{
label: 'Close Others',
label: 'Close others',
},
],
extra: {
Expand Down

0 comments on commit 7e30c69

Please sign in to comment.