1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Rename copy folder URL -> copy notebook URL

This commit is contained in:
Roman 2021-08-14 20:57:01 +01:00
parent f454c4e33b
commit 305d0ffc49

View File

@ -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));