Update ImageUtilities.plugin.js
This commit is contained in:
parent
65dfa30705
commit
2bc296ec2f
|
@ -421,7 +421,7 @@ var ImageUtilities = (_ => {
|
|||
}),
|
||||
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Anchor, {
|
||||
className: BDFDB.disCN.downloadlink,
|
||||
children: `Copy Original`,
|
||||
children: this.labels.context_copyimage_text,
|
||||
onClick: event => {
|
||||
BDFDB.ListenerUtils.stopEvent(event);
|
||||
this.copyImage(src);
|
||||
|
|
Loading…
Reference in New Issue