diff --git a/components/Auth.tsx b/components/Auth.tsx index 16ab760..c84f599 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -18,20 +18,20 @@ const Auth: FC<{ redirect: string }> = ({ redirect }) => { const { t } = useTranslation() return ( -
+
{t('This route (the folder itself and the files inside) is password protected. ') + t('If you know the password, please enter it below.')}