diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 307b30e6..ec6a4f60 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1423,12 +1423,12 @@ "message": "Problems setting CORS?", "description": "" }, - "CORS_alternative_2": { - "message": "Press the button below to give the permission to avoid any CORS problem.", + "CORS_alternative_2_new": { + "message": "Press the button below to give the permission to the current host to avoid any CORS problem.", "description": "" }, - "CORS_give_allurls_perm": { - "message": "Give \"all URLs\" permission", + "CORS_give_host_perm": { + "message": "Give permission to the current host", "description": "" }, "prefs_OptionText_composing_plain_text": { diff --git a/pages/_lib/connection-ui.js b/pages/_lib/connection-ui.js index 7b47631b..9102b690 100644 --- a/pages/_lib/connection-ui.js +++ b/pages/_lib/connection-ui.js @@ -303,8 +303,8 @@ export async function injectConnectionUI({ __MSG_remember_CORS__ [__MSG_more_info_string__]

__MSG_CORS_alternative_1__ -
__MSG_CORS_alternative_2__ -

+
__MSG_CORS_alternative_2_new__ +

@@ -382,8 +382,8 @@ export async function injectConnectionUI({ __MSG_maybe_CORS_openai_comp__ [__MSG_more_info_string__]

__MSG_CORS_alternative_1__ -
__MSG_CORS_alternative_2__ -

+
__MSG_CORS_alternative_2_new__ +