mirror of https://github.com/laurent22/joplin.git
Rename copy folder URL -> copy notebook URL
parent
f454c4e33b
commit
305d0ffc49
|
@ -330,7 +330,7 @@ class SidebarComponent extends React.Component<Props, State> {
|
|||
if (itemType === BaseModel.TYPE_FOLDER) {
|
||||
menu.append(
|
||||
new MenuItem({
|
||||
label: _('Copy folder URL'),
|
||||
label: _('Copy notebook URL'),
|
||||
click: async () => {
|
||||
const { clipboard } = require('electron');
|
||||
clipboard.writeText(getFolderUrl(itemId));
|
||||
|
|
Loading…
Reference in New Issue