Browse Source

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

I did this in the past but forgot this one occurrence.
Matej Minar 1 year ago
parent
commit
11e97fe272
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/ddm/scratchpadSelector.tsx

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

@@ -333,7 +333,7 @@ function SaveAsDropdown({
                       save();
                     }}
                   >
-                    {mode === 'fork' ? t('Fork') : t('Save')}
+                    {mode === 'fork' ? t('Duplicate') : t('Save')}
                   </SaveAsButton>
                 </GuideAnchor>
               </StyledOverlay>