use enter from i18n instead of hard-coded string

- issue: 127
- by: sg
This commit is contained in:
Stefanie Grewenig
2019-01-12 15:59:16 +01:00
parent 08faf477a6
commit 6d88f2bbc0
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export default class Temp extends Component {
<TextInput
multiline={true}
autoFocus={this.state.focusTextArea}
placeholder="Enter"
placeholder={shared.enter}
value={this.state.note}
onChangeText={(val) => {
this.setState({ note: val })