Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b46c67

Browse files
committed
Change title
1 parent 724a6d2 commit 2b46c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/app/modules/components/search-form.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class SearchForm extends React.Component {
119119
data-place="bottom"
120120
data-effect="solid"
121121
>.*</button>
122-
<ReactTooltip id="SearchStringRegExTooltip" getContent={[() => (searchStringRegEx ? 'RegEx' : 'Non-RegEx')]}/>
122+
<ReactTooltip id="SearchStringRegExTooltip" getContent={[() => (searchStringRegEx ? 'RegEx' : 'Plain Text')]}/>
123123
<button className={'CaseSensitive' + (searchStringCaseSensitive ? ' active' : '')}
124124
onClick={this.handleSearchCaseSensitiveToggle}
125125
data-tip="enabled"
@@ -165,7 +165,7 @@ export class SearchForm extends React.Component {
165165
</div>
166166
<div className="Footer">
167167
<div className="left">
168-
{lastUpdate ? `Last update: ${lastUpdate.fromNow()}` : null }
168+
{lastUpdate ? `Last index: ${lastUpdate.fromNow()}` : null }
169169
</div>
170170
<div className="right">
171171
Made with&nbsp;<a href="https://github.com/codegrep/codegrep" className="ion-ios-heart pulse"></a>&nbsp;by Swit and Gott

src/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/ocean.min.css"/>
77
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
88
<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>
1010
</head>
1111
<body>
1212
<div id="app" />

0 commit comments

Comments
 (0)