Browse Source

feat(ddm): Rename fork to duplicate (#61346)

- renaming fork to duplicate
- removed icon for duplication
- change the format of three dots to match discover
Matej Minar 1 year ago
parent
commit
11582bc842
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/views/ddm/scratchpadSelector.tsx

+ 2 - 2
static/app/views/ddm/scratchpadSelector.tsx

@@ -296,8 +296,8 @@ function SaveAsDropdown({
 
   return (
     <div>
-      <Button icon={<IconStar isSolid={isFork} />} {...triggerProps}>
-        {isFork ? t('Fork as ...') : t('Save as ...')}
+      <Button icon={isFork ? null : <IconStar isSolid={isFork} />} {...triggerProps}>
+        {isFork ? `${t('Duplicate as')}\u2026` : `${t('Save as')}\u2026`}
       </Button>
       <AnimatePresence>
         {isOpen && (