Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan committed Aug 4, 2024
1 parent 637d14e commit f0be2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/entryeditor/AiSummaryTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private void showErrorNotSummarized() {
setContent(
ErrorStateComponent.withSpinner(
Localization.lang("Please wait"),
Localization.lang("The attached files are currently being processed by AI. Once completed, you will be able to see the summary.")
Localization.lang("The attached files are currently being processed by %0. Once completed, you will be able to see the summary.", aiService.getPreferences().getAiProvider().getLabel())
)
);
}
Expand Down

0 comments on commit f0be2ed

Please sign in to comment.