File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export class SearchForm extends React.Component {
119
119
data-place = "bottom"
120
120
data-effect = "solid"
121
121
> .*</ button >
122
- < ReactTooltip id = "SearchStringRegExTooltip" getContent = { [ ( ) => ( searchStringRegEx ? 'RegEx' : 'Non-RegEx ' ) ] } />
122
+ < ReactTooltip id = "SearchStringRegExTooltip" getContent = { [ ( ) => ( searchStringRegEx ? 'RegEx' : 'Plain Text ' ) ] } />
123
123
< button className = { 'CaseSensitive' + ( searchStringCaseSensitive ? ' active' : '' ) }
124
124
onClick = { this . handleSearchCaseSensitiveToggle }
125
125
data-tip = "enabled"
@@ -165,7 +165,7 @@ export class SearchForm extends React.Component {
165
165
</ div >
166
166
< div className = "Footer" >
167
167
< div className = "left" >
168
- { lastUpdate ? `Last update : ${ lastUpdate . fromNow ( ) } ` : null }
168
+ { lastUpdate ? `Last index : ${ lastUpdate . fromNow ( ) } ` : null }
169
169
</ div >
170
170
< div className = "right" >
171
171
Made with < a href = "https://github.com/codegrep/codegrep" className = "ion-ios-heart pulse" > </ a > by Swit and Gott
Original file line number Diff line number Diff line change 6
6
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/ocean.min.css "/>
7
7
< link href ="https://fonts.googleapis.com/css?family=Inconsolata:400,700 " rel ="stylesheet ">
8
8
< link href ="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css " rel ="stylesheet ">
9
- < title > React.js using NPM, Babel6 and Webpack </ title >
9
+ < title > Codegrep </ title >
10
10
</ head >
11
11
< body >
12
12
< div id ="app " />
You can’t perform that action at this time.
0 commit comments