mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-14 02:15:57 -04:00
Move language settings to top of auth settings (#992)
This commit is contained in:
committed by
Leendert de Borst
parent
406505035b
commit
23052b375c
@@ -168,6 +168,14 @@ const AuthSettings: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div className="p-4">
|
||||
{/* Language Settings Section */}
|
||||
<div className="mb-6">
|
||||
<div className="flex flex-col gap-2">
|
||||
<p className="text-sm font-medium text-gray-900 dark:text-white">{t('language')}</p>
|
||||
<LanguageSwitcher variant="dropdown" size="sm" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<label htmlFor="api-connection" className="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-2">
|
||||
{t('serverUrl')}
|
||||
@@ -239,14 +247,6 @@ const AuthSettings: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Language Settings Section */}
|
||||
<div className="mb-6">
|
||||
<div className="flex flex-col gap-2">
|
||||
<p className="text-sm font-medium text-gray-900 dark:text-white">{t('language')}</p>
|
||||
<LanguageSwitcher variant="dropdown" size="sm" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="text-center text-gray-400 dark:text-gray-600">
|
||||
{t('version')}: {AppInfo.VERSION}
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"clearClipboardDescription": "Gekopieerde wachtwoorden automatisch uit klembord wissen",
|
||||
"clearClipboardSeconds": "{{count}} seconde",
|
||||
"clearClipboardSeconds_other": "{{count}} seconden",
|
||||
"autofillEnabled": "Automatisch Invullen Inschakelen",
|
||||
"autofillEnabled": "Autofill",
|
||||
"autofillDescription": "Automatisch inlogformulieren detecteren en invullen",
|
||||
"passwordGenerator": "Wachtwoordgenerator",
|
||||
"passwordLength": "Wachtwoordlengte",
|
||||
|
||||
Reference in New Issue
Block a user