|
|
@@ -151,13 +151,13 @@ export default class ApplyMember extends Component {
|
|
|
onChange={(value, index)=> this.changeGroup(value, index)}/>
|
|
|
</View>
|
|
|
<View style={styles.formItem}>
|
|
|
- <TextView style={styles.inputLabel}>
|
|
|
- {this.state.isFleet ? $t('members.labelPHVNo') : $t('members.membershipNo')}
|
|
|
+ <TextView style={styles.inputLabel}>{$t("members.labelMemberLicenceNo")}
|
|
|
+ {/*this.state.isFleet ? $t('members.labelPHVNo') : $t('members.membershipNo')*/}
|
|
|
</TextView>
|
|
|
<TextInput
|
|
|
style={styles.inputView}
|
|
|
allowFontScaling={false}
|
|
|
- placeholder={this.state.isFleet ? $t('members.placeLast4Digits') : $t('members.membershipNo')}
|
|
|
+ placeholder={$t('members.placeLast4Digits')}
|
|
|
placeholderTextColor={textPlacehoder}
|
|
|
maxLength={50}
|
|
|
//keyboardType='phone-pad'
|