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, name: string,
options?: AxiosRequestConfig options?: AxiosRequestConfig
) => { ) => {
if (!api) {
console.error('[useServerLog] No API instance available');
return;
}
const response = await getSystemApi(api).getLogFile({ name }, options); const response = await getSystemApi(api).getLogFile({ name }, options);
// FIXME: TypeScript SDK thinks it is returning a File but in reality it is a string // 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' size='small'
onClick={retry} onClick={retry}
> >
Retry {globalize.translate('Retry')}
</Button> </Button>
} }
> >

View file

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