Skip to content

Commit c206c31

Browse files
committed
change some texts
1 parent 5603101 commit c206c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Git/GitGraph/GitGraphTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }} >

app/components/Panel/PanelContent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 (

0 commit comments

Comments
 (0)