Skip to content

Commit

Permalink
Fix for InAnYan#132
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan committed Aug 7, 2024
1 parent 72e90ad commit 8c93f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void startRebuildingTask() {
errorWhileBuildingModel = e.getMessage();
eventBus.post(new EmbeddingModelBuildingErrorEvent());
});
task.titleProperty().set(Localization.lang("Downloading embedding model..."));
task.titleProperty().set(Localization.lang("Updating local embedding model..."));
task.showToUser(true);
task.executeWith(taskExecutor);
}
Expand Down

0 comments on commit 8c93f0b

Please sign in to comment.