diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-11-17 00:47:48 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-11-17 00:52:51 +0000 |
| commit | 0d6af2f576d63abc7ae79a26f1350c46079e33b7 (patch) | |
| tree | 3b1522a455477c4f84641841b9931893ffeb0c4c /apps/web/components/dashboard/header | |
| parent | 4354ee7ba1c6ac9a9567944ae6169b1664e0ea8a (diff) | |
| download | karakeep-0d6af2f576d63abc7ae79a26f1350c46079e33b7.tar.zst | |
translations: Add german, french and chinese LLM translations
Diffstat (limited to 'apps/web/components/dashboard/header')
| -rw-r--r-- | apps/web/components/dashboard/header/ProfileOptions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/header/ProfileOptions.tsx b/apps/web/components/dashboard/header/ProfileOptions.tsx index e715048e..3dbfcf04 100644 --- a/apps/web/components/dashboard/header/ProfileOptions.tsx +++ b/apps/web/components/dashboard/header/ProfileOptions.tsx @@ -82,7 +82,7 @@ export default function SidebarProfileOptions() { <DropdownMenuItem asChild> <Link href="/dashboard/cleanups"> <Paintbrush className="mr-2 size-4" /> - Cleanups + {t("cleanups.cleanups")} </Link> </DropdownMenuItem> <DropdownMenuItem onClick={toggleTheme}> |
