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
I also added an optional parameter to the dialog service to disallow closing by clicking outside the dialog, since for this case, we want them to explicitly click the button.
Copy file name to clipboardExpand all lines: src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-generation-steps/draft-generation-steps.component.spec.ts
+115Lines changed: 115 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ import { createTestProjectProfile } from 'realtime-server/lib/esm/scriptureforge
Copy file name to clipboardExpand all lines: src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-generation-steps/draft-generation-steps.component.ts
Copy file name to clipboardExpand all lines: src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/non_checking_en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,8 @@
246
246
"no_training_books": "No training books selected",
247
247
"overview": "Overview",
248
248
"reference_books": "Reference books",
249
+
"remote_changes": "The draft generation settings for this project have been modified, either by another user or in a separate window. Please review the latest configuration and try starting the draft again.",
250
+
"remote_changes_start_over": "Start over",
249
251
"source_books_missing": "The reference text is missing one or more of the translated books in your project. Consider choosing a reference text that contains a match for all the translated books",
0 commit comments