diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ce66ebb9..74147092 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -414,5 +414,9 @@ "ChatGPT_Models_Error_fetching": { "message": "Error trying to fetch ChatGPT models", "description": "" + }, + "ChatGPT_Models_Loading": { + "message": "Loading...", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options.css b/options/mzta-options.css index 5352a848..f365923f 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -102,6 +102,11 @@ div#miczTranslate{ } */ +#model_fetch_loading{ + display: none; + font-style: italic; +} + @media (prefers-color-scheme: dark) { body { background-color: rgb(35, 34, 43); diff --git a/options/mzta-options.html b/options/mzta-options.html index 3695b873..507e4055 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -115,7 +115,7 @@ -
+ __MSG_ChatGPT_Models_Loading__