فهرست منبع

changed name of copy tab to paste

Patrick O'Carroll 7 سال پیش
والد
کامیت
07c3fb7e0f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>