mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
Fix typo and update notification wording (#1100)
This commit is contained in:
parent
d7297b567d
commit
391d00bcb9
@ -29,7 +29,7 @@
|
|||||||
savedConfig = resetConfig.oauth;
|
savedConfig = resetConfig.oauth;
|
||||||
|
|
||||||
notificationController.show({
|
notificationController.show({
|
||||||
message: 'Reset OAuth settings to the recent saved settings',
|
message: 'Reset OAuth settings to the last saved settings',
|
||||||
type: NotificationType.Info
|
type: NotificationType.Info
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<SettingSwitch
|
<SettingSwitch
|
||||||
title="AUTO REGISTER"
|
title="AUTO REGISTER"
|
||||||
subtitle="Automatically register new users after singning in with OAuth"
|
subtitle="Automatically register new users after signing in with OAuth"
|
||||||
bind:checked={oauthConfig.autoRegister}
|
bind:checked={oauthConfig.autoRegister}
|
||||||
disabled={!oauthConfig.enabled}
|
disabled={!oauthConfig.enabled}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user