diff --git a/apps/login/locales/de.json b/apps/login/locales/de.json index 171f6c705d..40529341f9 100644 --- a/apps/login/locales/de.json +++ b/apps/login/locales/de.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Logout", - "description": "Wählen Sie den Account aus, das Sie entfernen möchten" + "description": "Wählen Sie den Account aus, das Sie entfernen möchten", + "noResults": "Keine Konten gefunden" }, "loginname": { "title": "Willkommen zurück!", diff --git a/apps/login/locales/en.json b/apps/login/locales/en.json index dbf3ac6427..2b05693e59 100644 --- a/apps/login/locales/en.json +++ b/apps/login/locales/en.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Logout", - "description": "Select the account you want to clear" + "description": "Click the accounts you want to clear", + "noResults": "No accounts found" }, "loginname": { "title": "Welcome back!", diff --git a/apps/login/locales/es.json b/apps/login/locales/es.json index cf54ea351e..c89cf2b4b2 100644 --- a/apps/login/locales/es.json +++ b/apps/login/locales/es.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Cerrar sesión", - "description": "Selecciona la cuenta que deseas eliminar" + "description": "Selecciona la cuenta que deseas eliminar", + "noResults": "No se encontraron cuentas" }, "loginname": { "title": "¡Bienvenido de nuevo!", diff --git a/apps/login/locales/it.json b/apps/login/locales/it.json index b33afc2070..66ee615a47 100644 --- a/apps/login/locales/it.json +++ b/apps/login/locales/it.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Esci", - "description": "Seleziona l'account che desideri uscire" + "description": "Seleziona l'account che desideri uscire", + "noResults": "Nessun account trovato" }, "loginname": { "title": "Bentornato!", diff --git a/apps/login/locales/pl.json b/apps/login/locales/pl.json index a0ce3405c1..cc65198800 100644 --- a/apps/login/locales/pl.json +++ b/apps/login/locales/pl.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Wyloguj się", - "description": "Wybierz konto, które chcesz usunąć" + "description": "Wybierz konto, które chcesz usunąć", + "noResults": "Nie znaleziono kont" }, "loginname": { "title": "Witamy ponownie!", diff --git a/apps/login/locales/ru.json b/apps/login/locales/ru.json index 97f8f7200c..766b956734 100644 --- a/apps/login/locales/ru.json +++ b/apps/login/locales/ru.json @@ -10,7 +10,8 @@ }, "logout": { "title": "Выход", - "description": "Выберите аккаунт, который хотите удалить" + "description": "Выберите аккаунт, который хотите удалить", + "noResults": "Аккаунты не найдены" }, "loginname": { "title": "С возвращением!", diff --git a/apps/login/locales/zh.json b/apps/login/locales/zh.json index 067d027ab6..fb34dfcbe3 100644 --- a/apps/login/locales/zh.json +++ b/apps/login/locales/zh.json @@ -10,7 +10,8 @@ }, "logout": { "title": "注销", - "description": "选择您想注销的账户" + "description": "选择您想注销的账户", + "noResults": "未找到账户" }, "loginname": { "title": "欢迎回来!", diff --git a/apps/login/src/app/(login)/logout/page.tsx b/apps/login/src/app/(login)/logout/page.tsx index b5323a7117..d15ead76a1 100644 --- a/apps/login/src/app/(login)/logout/page.tsx +++ b/apps/login/src/app/(login)/logout/page.tsx @@ -1,5 +1,5 @@ import { DynamicTheme } from "@/components/dynamic-theme"; -import { SessionsList } from "@/components/sessions-list"; +import { SessionsClearList } from "@/components/sessions-clear-list"; import { getAllSessionCookieIds } from "@/lib/cookies"; import { getServiceUrlFromHeaders } from "@/lib/service"; import { @@ -73,7 +73,7 @@ export default async function Page(props: {

{t("description")}

- +
diff --git a/apps/login/src/components/language-switcher.tsx b/apps/login/src/components/language-switcher.tsx index 8d68248c4a..67b54e58e3 100644 --- a/apps/login/src/components/language-switcher.tsx +++ b/apps/login/src/components/language-switcher.tsx @@ -43,7 +43,7 @@ export function LanguageSwitcher() { > {selected.name}