Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34e0e5f

Browse files
committedNov 20, 2024·
modify menu text
1 parent 4db61a7 commit 34e0e5f

File tree

1 file changed

+2
-2
lines changed
  • packages/insomnia/src/ui/components/tabs

1 file changed

+2
-2
lines changed
 

‎packages/insomnia/src/ui/components/tabs/tab.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ export const InsomniaTab = ({ tab }: { tab: BaseTab }) => {
113113
key: 'insomniaTab',
114114
menuItems: [
115115
{
116-
label: 'Close All',
116+
label: 'Close all',
117117
},
118118
{
119-
label: 'Close Others',
119+
label: 'Close others',
120120
},
121121
],
122122
extra: {

0 commit comments

Comments
 (0)
Please sign in to comment.