mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 11:00:10 +03:00
chore(web): clarify locale settings description (#25562)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
<SettingsLanguageSelector showSettingDescription />
|
||||
|
||||
<Field label={$t('default_locale')} description={$t('default_locale_description')}>
|
||||
<Field label={$t('use_browser_locale')} description={$t('use_browser_locale_description')}>
|
||||
<Switch checked={$locale == 'default'} onCheckedChange={handleToggleLocaleBrowser} />
|
||||
<Text size="small" class="mt-2 font-mono text-sm">{selectedDate}</Text>
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user