Skip to content

Commit

Permalink
Error message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marktriggs committed Apr 8, 2021
1 parent 29e8990 commit 31f4bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/spreadsheet_bulk_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def self.run(filename, job)
sheet: SpreadsheetBuilder::SHEET_NAME,
column: column.path,
row: row.row_number,
errors: ["Versions are out sync: #{value} record is now: #{ao_json['lock_version']}"]
errors: ["Versions are out of sync: #{value} record is now: #{ao_json['lock_version']}"]
}
end
else
Expand Down

0 comments on commit 31f4bdf

Please sign in to comment.