Daniel Lee 8 lat temu
rodzic
commit
a7e57bc2f8

+ 1 - 1
public/app/core/components/Permissions/DashboardPermissions.tsx

@@ -35,7 +35,7 @@ class DashboardPermissions extends Component<IProps, any> {
           permissions={this.permissions}
           isFolder={false}
           dashboardId={dashboardId}
-           folderInfo={{ title: folderTitle, slug: folderSlug, id: folderId }}
+          folderInfo={{ title: folderTitle, slug: folderSlug, id: folderId }}
           backendSrv={backendSrv}
         />
       </div>

+ 1 - 1
public/app/features/dashlinks/editor.html

@@ -17,7 +17,7 @@
       <div class="grafana-info-box">
         <h5>What are Dashboard Links?</h5>
         <p>
-					Dashboad Links allow you to place links to other dashboards and web sites directly in below the dashboard header.
+					Dashboard Links allow you to place links to other dashboards and web sites directly in below the dashboard header.
         </p>
       </div>
     </div>