diff --git a/web/store/unraidApi.ts b/web/store/unraidApi.ts index a768eb560..c421899db 100644 --- a/web/store/unraidApi.ts +++ b/web/store/unraidApi.ts @@ -95,7 +95,7 @@ export const useUnraidApiStore = defineStore('unraidApi', () => { } if (error.error.message && error.error.message.includes(ERROR_CORS_403)) { prioritizeCorsError = true; - const msg = `

The CORS policy for this site does not allow access from the specified Origin.

If you are using a reverse proxy, you need to copy your origin ${window.location.origin} and paste it into the "Extra Origins" list in the Connect settings.

`; + const msg = `

The CORS policy for the unraid-api does not allow access from the specified origin.

If you are using a reverse proxy, you need to copy your origin ${window.location.origin} and paste it into the "Extra Origins" list in the Connect settings.

`; errorsStore.setError({ heading: 'Unraid API • CORS Error', message: msg,