changed name of copy tab to paste

This commit is contained in:
Patrick O'Carroll
2018-02-22 10:38:22 +01:00
parent ce9c8ae854
commit 07c3fb7e0f

View File

@@ -196,7 +196,7 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP
</li>
<li className="gf-tabs-item">
<div className={'gf-tabs-link pointer ' + copyClass} onClick={this.openCopy.bind(this)}>
Copy
Paste
</div>
</li>
</ul>