Skip to content

Commit

Permalink
Merge pull request #4688 from thesahindia/thesahindia/ui/updatePlaceh…
Browse files Browse the repository at this point in the history
…older

Add capatilisation to translation & some margin for the input
  • Loading branch information
Julesssss authored Aug 19, 2021
2 parents 083405a + 10dcaad commit ba2a9d2
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 @@ -92,7 +92,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 @@ -92,7 +92,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 ba2a9d2

Please sign in to comment.