Jelajahi Sumber

Fix typo and update notification wording (#1100)

Cong Hoang Nguyen 2 tahun lalu
induk
melakukan
391d00bcb9

+ 2 - 2
web/src/lib/components/admin-page/settings/oauth/oauth-settings.svelte

@@ -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}
 					/>
 					/>