diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 2d1faa8..885a16c 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -180,7 +180,8 @@ "library": "Library", "progress": "Progress", "speed": "Speed", - "upload": "Upload" + "upload": "Upload", + "files_library": "Files Library" }, "editor": { "time_in_seconds": "Time in seconds", diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index d3aec73..58fb445 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -135,9 +135,12 @@ {/if} {$t('words.import')} {$t('words.results')} - - {$t('words.settings')} - +
+ {$t('words.files_library')} + + {$t('words.settings')} + +
{#if quizzes.length !== 0}