You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: popup.js
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -758,7 +758,7 @@ function updatePreloadersDisplay() {
758
758
relevantSummaries.forEach(summary=>{
759
759
letsummaryElement=document.createElement('div');
760
760
summaryElement.className='mt-2';
761
-
summaryElement.textContent=`Generating summary for ${summary.title}. This could take up to a minute for longer policies. Feel free to close the extension whilst you wait.`;
761
+
summaryElement.textContent=`Generating summary for ${summary.title}. This could take up to 2 minutes for longer policies. Feel free to close the extension whilst you wait.`;
0 commit comments