Skip to content

Commit

Permalink
Add capatilisation to translation & some margin for the input
Browse files Browse the repository at this point in the history
  • Loading branch information
thesahindia committed Aug 17, 2021
1 parent 8b10c1c commit 10dcaad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/IOUConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class IOUConfirmationList extends Component {
disableRowInteractivity={!this.props.hasMultipleParticipants}
optionHoveredStyle={hoverStyle}
/>
<View style={[styles.ph5, styles.pb5]}>
<View style={[styles.ph5, styles.pb5, styles.mt4]}>
<ExpensiTextInput
label={this.props.translate('iOUConfirmationList.whatsItFor')}
value={this.props.comment}
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
iOUConfirmationList: {
whoPaid: 'WHO PAID?',
whoWasThere: 'WHO WAS THERE?',
whatsItFor: 'WHAT\'S IT FOR?',
whatsItFor: 'What\'s it for?',
},
iOUCurrencySelection: {
selectCurrency: 'Select a Currency',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
iOUConfirmationList: {
whoPaid: '¿QUIÉN PAGO?',
whoWasThere: '¿QUIÉN ASISTIÓ?',
whatsItFor: '¿PARA QUÉ ES?',
whatsItFor: '¿Para qué es?',
},
iOUCurrencySelection: {
selectCurrency: 'Selecciona una moneda',
Expand Down

0 comments on commit 10dcaad

Please sign in to comment.