Skip to content

Commit c541ebf

Browse files
committed
Change back to Copy suffix
1 parent 354df03 commit c541ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactComponents/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface TabsProps {
5656
}
5757

5858
/** Default copy suffix for tab names. */
59-
const COPY_SUFFIX = ' (copy)';
59+
const COPY_SUFFIX = 'Copy';
6060

6161
/** Minimum number of tabs required to show close others option. */
6262
const MIN_TABS_FOR_CLOSE_OTHERS = 2;

0 commit comments

Comments
 (0)