Skip to content

Commit

Permalink
Merge pull request #1178 from nextcloud/fix-copy-maplink
Browse files Browse the repository at this point in the history
fixed copy maplink
  • Loading branch information
tacruc committed Dec 12, 2023
2 parents 64cddf6 + 83fad33 commit dfad25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/copyMapsLinkAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class CopyMapsLinkAction {
is: NcActionButton,
ariaLabel: t('maps', 'Copy link to map'),
icon: 'icon-clippy',
title: t('maps', 'Copy link to map'),
name: t('maps', 'Copy link to map'),
}
}

Expand Down

0 comments on commit dfad25b

Please sign in to comment.