i18n retry
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user