diff --git a/src/pages/settings/Profile/DisplayNamePage.js b/src/pages/settings/Profile/DisplayNamePage.js index 55b59b0f0d5cf..c4ea5f84fbcb6 100644 --- a/src/pages/settings/Profile/DisplayNamePage.js +++ b/src/pages/settings/Profile/DisplayNamePage.js @@ -102,6 +102,7 @@ class DisplayNamePage extends Component { label={this.props.translate('common.firstName')} defaultValue={lodashGet(currentUserDetails, 'firstName', '')} maxLength={CONST.DISPLAY_NAME.MAX_LENGTH} + autoCapitalize="words" /> @@ -111,6 +112,7 @@ class DisplayNamePage extends Component { label={this.props.translate('common.lastName')} defaultValue={lodashGet(currentUserDetails, 'lastName', '')} maxLength={CONST.DISPLAY_NAME.MAX_LENGTH} + autoCapitalize="words" />