Skip to content

Commit

Permalink
Update client/src/mvc/tool/tool-form-base.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
OlegZharkov and nsoranzo authored Oct 26, 2020
1 parent 43b81d4 commit 9444a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/mvc/tool/tool-form-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default FormBase.extend({
});
menu_button.addMenu({
icon: "fa-chain",
title: _l("Get link"),
title: _l("Copy link"),
onclick: function () {
if (navigator.clipboard) {
navigator.clipboard
Expand Down

0 comments on commit 9444a1a

Please sign in to comment.