Skip to content

Commit c03cef9

Browse files
committed
Update to placeholder in browser_example
1 parent 3988b8a commit c03cef9

File tree

1 file changed

+1
-1
lines changed
  • examples/browser_example/src

1 file changed

+1
-1
lines changed

examples/browser_example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class App extends Component {
8787
style={styles.textInput}
8888
onChangeText={(text) => this.setState({text: text})}
8989
onEndEditing={this.editingEnded.bind(this)}
90-
placeholder={'Enter Branch URL'}
90+
placeholder={'Enter Branch or non-Branch URL'}
9191
autoCapitalize={'none'}
9292
autoCompleteType={'off'}
9393
autoCorrect={false}

0 commit comments

Comments
 (0)