Skip to content

Commit

Permalink
Revisions to PnP Validation Severity (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 authored Oct 31, 2024
1 parent b0d4f52 commit 80b4b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pnp/extract-scripture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const extractScripture = (
// Otherwise, fallback to unspecified scripture.
!mismatchError &&
result.addProblem({
severity: 'Warning',
severity: 'Notice',
groups: 'Unspecified scripture reference',
message: `"${book.name}" \`${bookCell.ref}\` does not a have specified scripture reference (either in the _Books_ or _My Notes_ column)`,
source: totalVersesCell,
Expand Down
2 changes: 1 addition & 1 deletion src/components/pnp/isGoalRow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const isGoalRow = (

if (!rawBook) {
result?.addProblem({
severity: 'Warning',
severity: 'Error',
groups: 'No book name given',
message: `Ignoring row with no book name \`${bookCell.ref}\` even though there are **${versesToTranslate}** verses to translate \`${versesCell.ref}\``,
source: cell,
Expand Down

0 comments on commit 80b4b6f

Please sign in to comment.