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) {
|
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));
|
||||||
|
|
Loading…
Reference in New Issue