File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ class GitGraphTable extends Component {
159159 return (
160160 < div className = 'ide-history' ref = { r => this . containerDOM = r } >
161161 < div className = 'history-container' >
162- < div className = 'history-title' > History </ div >
162+ < div className = 'history-title' > Git Logs </ div >
163163 < div className = 'history-table' >
164164
165165 < div id = 'git-graph-column' style = { { flexGrow : this . state . gitGraphColumnSize } } >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const PanelContent = ({ panel }) => {
5050 case 'PANEL_BOTTOM' :
5151 const labels = {
5252 terminal : { text : 'Terminal' , icon : 'octicon octicon-terminal' } ,
53- gitGraph : { text : 'Graph ' , icon : 'octicon octicon-git-commit' } ,
53+ gitGraph : { text : 'Git Logs ' , icon : 'octicon octicon-git-commit' } ,
5454 gitHistory : { text : 'History' , icon : 'octicon octicon-history' } ,
5555 }
5656 return (
You can’t perform that action at this time.
0 commit comments