Make dash renaming more clear

pull/10616/head
Alex P 2017-03-31 15:27:16 -07:00
parent 220f811b93
commit 8305790f7c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const DashboardHeader = ({
dashboard ?
<button className="btn btn-info btn-sm" onClick={onEditDashboard}>
<span className="icon pencil" />
&nbsp;Edit
Rename
</button> : null
}
<AutoRefreshDropdown onChoose={handleChooseAutoRefresh} selected={autoRefresh} iconName="refresh" />