feat: display username in account settings

This commit is contained in:
spectre365
2026-04-29 21:24:47 -03:00
parent e1de9e9086
commit a377733a03
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -641,6 +641,7 @@
"move_down": "Move down"
},
"settings": {
"current_username": "Username:",
"downloads_path": "Downloads path",
"change": "Update",
"notifications": "Notifications",
+1
View File
@@ -628,6 +628,7 @@
"files": "FILES"
},
"settings": {
"current_username": "Nombre de usuario:",
"downloads_path": "Ruta de descarga",
"change": "Actualizar",
"notifications": "Notificaciones",
+1
View File
@@ -589,6 +589,7 @@
"files": "FILES"
},
"settings": {
"current_username": "Nome de usuário:",
"downloads_path": "Diretório dos downloads",
"change": "Explorar...",
"notifications": "Notificações",
+1
View File
@@ -526,6 +526,7 @@
"files": "FILES"
},
"settings": {
"current_username": "Nome de usuário:",
"downloads_path": "Local das transferências",
"change": "Procurar...",
"notifications": "Notificações",
+1
View File
@@ -633,6 +633,7 @@
"move_down": "Переместить вниз"
},
"settings": {
"current_username": "Имя пользователя:",
"downloads_path": "Путь загрузок",
"change": "Изменить",
"notifications": "Уведомления",
@@ -176,6 +176,9 @@ export function SettingsAccount() {
/>
<section className="settings-account__section">
<h4>{t("current_username")}</h4>
<p>{userDetails?.username}</p>
<h4>{t("current_email")}</h4>
<p>{userDetails?.email ?? t("no_email_account")}</p>