diff --git a/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.fxml b/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.fxml
index 543571673f4..44c4d3d3419 100644
--- a/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.fxml
+++ b/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.fxml
@@ -16,7 +16,7 @@
-
+
diff --git a/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.java b/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.java
index 925c786080e..78c95db9c18 100644
--- a/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.java
+++ b/src/main/java/org/jabref/gui/ai/components/privacynotice/PrivacyNoticeComponent.java
@@ -74,7 +74,7 @@ private void addPrivacyHyperlink(GridPane gridPane, AiProvider aiProvider) {
Label aiName = new Label(aiProvider.getLabel());
gridPane.add(aiName, 0, row);
- Hyperlink hyperlink = new Hyperlink(aiProvider.getApiUrl());
+ Hyperlink hyperlink = new Hyperlink(aiProvider.getPrivacyPolicyUrl());
hyperlink.setWrapText(true);
// hyperlink.setFont(aiName.getFont());
hyperlink.setOnAction(event -> openBrowser(aiProvider.getApiUrl()));
diff --git a/src/main/java/org/jabref/model/ai/AiProvider.java b/src/main/java/org/jabref/model/ai/AiProvider.java
index 053406fdc5f..030f02502ef 100644
--- a/src/main/java/org/jabref/model/ai/AiProvider.java
+++ b/src/main/java/org/jabref/model/ai/AiProvider.java
@@ -4,8 +4,8 @@
public enum AiProvider implements Serializable {
OPEN_AI("OpenAI", "https://api.openai.com/v1", "https://openai.com/policies/privacy-policy/"),
- MISTRAL_AI("Mistral AI", "https://mistral.ai/terms/#privacy-policy", "https://mistral.ai/terms/#privacy-policy"),
- GEMINI("Gemini", "https://huggingface.co/privacy", "https://ai.google.dev/gemini-api/terms"),
+ MISTRAL_AI("Mistral AI", "https://api.mistral.ai/v1", "https://mistral.ai/terms/#privacy-policy"),
+ GEMINI("Gemini", "https://generativelanguage.googleapis.com/v1beta/", "https://ai.google.dev/gemini-api/terms"),
HUGGING_FACE("Hugging Face", "https://huggingface.co/api", "https://huggingface.co/privacy"),
GPT4ALL("GPT4All", "http://localhost:4891/v1", "https://www.nomic.ai/gpt4all/legal/privacy-policy");
diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties
index 32bc777fcc6..52ffb629f5e 100644
--- a/src/main/resources/l10n/JabRef_en.properties
+++ b/src/main/resources/l10n/JabRef_en.properties
@@ -2621,7 +2621,7 @@ Estimated\ time\ left\:\ 5\ seconds.=Estimated time left: 5 seconds.
Estimated\ time\ left\:\ approx.\ 1\ minute.=Estimated time left: approx. 1 minute.
Estimated\ time\ left\:\ approx.\ 2\ minutes.=Estimated time left: approx. 2 minutes.
Estimated\ time\ left\:\ more\ than\ 2\ minutes.=Estimated time left: more than 2 minutes.
-You\ find\ information\ about\ the\ privacy\ policy\ here.=You find information about the privacy policy here.
+You\ can\ find\ information\ about\ DJL\ privacy\ policy\ here.=You can find information about DJL privacy policy here.
The\ size\ of\ the\ embedding\ model\ could\ be\ smaller\ than\ written\ in\ the\ list.=The size of the embedding model could be smaller than written in the list.
Embedding\ model\ has\ to\ be\ provided=Embedding model has to be provided
After\ the\ file\ will\ be\ ingested,\ you\ will\ be\ able\ to\ chat\ with\ it.=After the file will be ingested, you will be able to chat with it.