Skip to content

Commit

Permalink
Merge pull request #16860 from Prince-Mendiratta/placeholder-name
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Apr 3, 2023
2 parents 4efde84 + b92e135 commit df10eeb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
75 changes: 0 additions & 75 deletions src/components/FullNameInputRow.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ export default {
},
profilePage: {
profile: 'Profile',
john: 'John',
doe: 'Doe',
preferredPronouns: 'Preferred pronouns',
selectYourPronouns: 'Select your pronouns',
selfSelectYourPronoun: 'Self-select your pronoun',
Expand Down Expand Up @@ -402,8 +400,6 @@ export default {
displayNamePage: {
headerTitle: 'Display name',
isShownOnProfile: 'Your display name is shown on your profile.',
john: 'John',
doe: 'Doe',
},
timezonePage: {
timezone: 'Timezone',
Expand Down
4 changes: 0 additions & 4 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ export default {
},
profilePage: {
profile: 'Perfil',
john: 'Juan',
doe: 'Nadie',
preferredPronouns: 'Pronombres preferidos',
selectYourPronouns: 'Selecciona tus pronombres',
selfSelectYourPronoun: 'Auto-selecciona tu pronombre',
Expand Down Expand Up @@ -401,8 +399,6 @@ export default {
displayNamePage: {
headerTitle: 'Nombre',
isShownOnProfile: 'Este nombre es visible en su perfil.',
john: 'Juan',
doe: 'Nadie',
},
timezonePage: {
timezone: 'Zona horaria',
Expand Down
2 changes: 0 additions & 2 deletions src/pages/settings/Profile/DisplayNamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class DisplayNamePage extends Component {
name="fname"
label={this.props.translate('common.firstName')}
defaultValue={lodashGet(currentUserDetails, 'firstName', '')}
placeholder={this.props.translate('displayNamePage.john')}
maxLength={CONST.DISPLAY_NAME.MAX_LENGTH}
/>
</View>
Expand All @@ -111,7 +110,6 @@ class DisplayNamePage extends Component {
name="lname"
label={this.props.translate('common.lastName')}
defaultValue={lodashGet(currentUserDetails, 'lastName', '')}
placeholder={this.props.translate('displayNamePage.doe')}
maxLength={CONST.DISPLAY_NAME.MAX_LENGTH}
/>
</View>
Expand Down

0 comments on commit df10eeb

Please sign in to comment.