Skip to content

Commit

Permalink
Remove CopyRepositoryLocationLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Jun 13, 2022
1 parent dd2b999 commit b3492e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/ui/lib/context-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export const CopySelectedRelativePathsLabel = __DARWIN__
? 'Copy Relative Paths'
: 'Copy relative paths'

export const CopyRepositoryLocationLabel = __DARWIN__
? 'Copy Repository Path'
: 'Copy repository path'

export const DefaultEditorLabel = __DARWIN__
? 'Open in External Editor'
: 'Open in external editor'
Expand Down

0 comments on commit b3492e2

Please sign in to comment.