mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
i18n retry
This commit is contained in:
parent
6c370e68c5
commit
e43a3d89eb
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -66,7 +66,7 @@ export const Component = () => {
|
|||
size='small'
|
||||
onClick={retry}
|
||||
>
|
||||
Retry
|
||||
{globalize.translate('Retry')}
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue