Skip to content

Commit

Permalink
[DEV-1277] Update profile page copy (#554)
Browse files Browse the repository at this point in the history
* update profile page copy

* add changeset

* update changeset

* removed ghost labels

---------

Co-authored-by: marcobottaro <[email protected]>
  • Loading branch information
jeremygordillo and marcobottaro authored Jan 11, 2024
1 parent 5deece4 commit 56fb867
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-geese-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nextjs-website": patch
---

Update profile page copy
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ const DesktopProfileMenu = ({
}}
>
<Box sx={{ marginBottom: 8 }}>
<Typography
variant='h6'
sx={{
padding: '0px 32px',
verticalAlign: 'middle',
fontWeight: 'regular',
}}
>
{t('hello')}
</Typography>
<Typography
variant='h5'
sx={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const MobileProfileMenu = ({ userFullName }: MobileProfileMenuProps) => {
sx={{ padding: 3 }}
>
<Typography variant='body2' sx={{ fontWeight: 600 }}>
{`${t('hello')} ${userFullName}`}
{userFullName}
</Typography>
<IconButton size='small' sx={{ ml: 1 }}>
<ArrowDropDownOutlinedIcon
Expand Down
9 changes: 4 additions & 5 deletions apps/nextjs-website/src/messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
},
"title": "Consensi e privacy"
},
"hello": "Ciao,",
"personalData": {
"title": "I tuoi dati",
"dataSection": "Profilo",
"accountSection": "Account",
"title": "Su di te",
"dataSection": "I tuoi dati",
"accountSection": "Il tuo account",
"deleteAccountSection": "Eliminazione Account",
"deleteAccount": {
"sectionLabel": "Puoi decidere di eliminare il tuo account su PagoPA DevPortal in qualsiasi momento. I tuoi dati verranno cancellati dai nostri sistemi.",
Expand Down Expand Up @@ -223,7 +222,7 @@
"goToModel": "Vai al modello",
"edit": "Modifica",
"cancel": "Annulla",
"yourData": "I tuoi dati",
"yourData": "Profilo",
"subscribeButton": {
"subscribeLabel": {
"default": "Iscriviti",
Expand Down

0 comments on commit 56fb867

Please sign in to comment.