1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

i18n retry

This commit is contained in:
Niels van Velzen 2025-02-25 17:29:13 +01:00
parent 6c370e68c5
commit e43a3d89eb
3 changed files with 2 additions and 5 deletions

View file

@ -9,10 +9,6 @@ const fetchServerLog = async (
name: string,
options?: AxiosRequestConfig
) => {
if (!api) {
console.error('[useServerLog] No API instance available');
return;
}
const response = await getSystemApi(api).getLogFile({ name }, options);
// FIXME: TypeScript SDK thinks it is returning a File but in reality it is a string

View file

@ -66,7 +66,7 @@ export const Component = () => {
size='small'
onClick={retry}
>
Retry
{globalize.translate('Retry')}
</Button>
}
>

View file

@ -1445,6 +1445,7 @@
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"ReplaceTrickplayImages": "Replace existing trickplay images",
"Retry": "Retry",
"Reset": "Reset",
"ResetPassword": "Reset Password",
"ResolutionMatchSource": "Match Source",