Skip to content

Commit

Permalink
Merge pull request #1894 from SUNET/alex-fix-name-edit-title
Browse files Browse the repository at this point in the history
updated title of the name edit box
  • Loading branch information
eunjuhuss authored Nov 12, 2024
2 parents 7e8aad8 + c53dadf commit f7f6187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Dashboard/PersonalDataParent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function RenderEditBox(props: RenderEditBoxProps) {
<div className="edit-data">
<div className="title">
<h4>
<FormattedMessage defaultMessage="Edit name and language" description="personal data edit title" />
<FormattedMessage defaultMessage="Edit name and display name" description="personal data edit title" />
</h4>
<EduIDButton buttonstyle="close" id="cancel-edit-data" onClick={() => props.setEditMode(false)} />
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/translation/extractedMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,10 +939,6 @@
"developer_comment": "Emails button add",
"string": "Add"
},
"Nk+I3K": {
"developer_comment": "personal data edit title",
"string": "Edit name and language"
},
"NmCGzv": {
"developer_comment": "delete.confirm_button",
"string": "Confirm"
Expand Down Expand Up @@ -1216,6 +1212,10 @@
"developer_comment": "why have eduID - paragraph 1",
"string": "From the user's perspective, in the long-term eduID means fewer accounts to keep track of. For many organisations, identity management is a complex issue and it is necessary to work with confirmed users."
},
"UQlcH7": {
"developer_comment": "personal data edit title",
"string": "Edit name and display name"
},
"UV+SMM": {
"developer_comment": "SAML login finished",
"string": "It seems you pressed 'back' in your browser."
Expand Down

0 comments on commit f7f6187

Please sign in to comment.