Rename copy folder URL -> copy notebook URL

pull/5302/head
Roman 2021-08-14 20:57:01 +01:00
parent f454c4e33b
commit 305d0ffc49
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class SidebarComponent extends React.Component<Props, State> {
if (itemType === BaseModel.TYPE_FOLDER) { if (itemType === BaseModel.TYPE_FOLDER) {
menu.append( menu.append(
new MenuItem({ new MenuItem({
label: _('Copy folder URL'), label: _('Copy notebook URL'),
click: async () => { click: async () => {
const { clipboard } = require('electron'); const { clipboard } = require('electron');
clipboard.writeText(getFolderUrl(itemId)); clipboard.writeText(getFolderUrl(itemId));