postfix all i18n imports with 'labels'
- issue: 127 - by: sg
This commit is contained in:
@@ -10,7 +10,7 @@ import { saveSymptom } from '../../../db'
|
||||
import ActionButtonFooter from './action-button-footer'
|
||||
import SymptomSection from './symptom-section'
|
||||
import { noteExplainer } from '../../../i18n/en/cycle-day'
|
||||
import { shared } from '../../../i18n/en/labels'
|
||||
import { shared as sharedLabels } from '../../../i18n/en/labels'
|
||||
|
||||
export default class Note extends Component {
|
||||
constructor(props) {
|
||||
@@ -34,7 +34,7 @@ export default class Note extends Component {
|
||||
<TextInput
|
||||
autoFocus={!this.state.currentValue}
|
||||
multiline={true}
|
||||
placeholder={shared.enter}
|
||||
placeholder={sharedLabels.enter}
|
||||
onChangeText={(val) => {
|
||||
this.setState({ currentValue: val })
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user