We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354df03 commit c541ebfCopy full SHA for c541ebf
src/reactComponents/Tabs.tsx
@@ -56,7 +56,7 @@ export interface TabsProps {
56
}
57
58
/** Default copy suffix for tab names. */
59
-const COPY_SUFFIX = ' (copy)';
+const COPY_SUFFIX = 'Copy';
60
61
/** Minimum number of tabs required to show close others option. */
62
const MIN_TABS_FOR_CLOSE_OTHERS = 2;
0 commit comments