mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-02 06:14:48 +02:00
feat: display username in account settings
This commit is contained in:
@@ -641,6 +641,7 @@
|
||||
"move_down": "Move down"
|
||||
},
|
||||
"settings": {
|
||||
"current_username": "Username:",
|
||||
"downloads_path": "Downloads path",
|
||||
"change": "Update",
|
||||
"notifications": "Notifications",
|
||||
|
||||
@@ -628,6 +628,7 @@
|
||||
"files": "FILES"
|
||||
},
|
||||
"settings": {
|
||||
"current_username": "Nombre de usuario:",
|
||||
"downloads_path": "Ruta de descarga",
|
||||
"change": "Actualizar",
|
||||
"notifications": "Notificaciones",
|
||||
|
||||
@@ -589,6 +589,7 @@
|
||||
"files": "FILES"
|
||||
},
|
||||
"settings": {
|
||||
"current_username": "Nome de usuário:",
|
||||
"downloads_path": "Diretório dos downloads",
|
||||
"change": "Explorar...",
|
||||
"notifications": "Notificações",
|
||||
|
||||
@@ -526,6 +526,7 @@
|
||||
"files": "FILES"
|
||||
},
|
||||
"settings": {
|
||||
"current_username": "Nome de usuário:",
|
||||
"downloads_path": "Local das transferências",
|
||||
"change": "Procurar...",
|
||||
"notifications": "Notificações",
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user