Explorar el Código

changed name of copy tab to paste

Patrick O'Carroll hace 8 años
padre
commit
07c3fb7e0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/features/dashboard/dashgrid/AddPanelPanel.tsx

+ 1 - 1
public/app/features/dashboard/dashgrid/AddPanelPanel.tsx

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