Skip to content

Commit

Permalink
Update client/src/components/History/Content/model/states.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
ahmedhamidawan and mvdbeek authored Nov 28, 2023
1 parent 55d3b22 commit 9402194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Content/model/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const STATES: StateMap = {
/** the `populated_state: failed`. This state is only visual and transitional, it does not exist in the database. */
failed_populated_state: {
status: "danger",
text: "Failed to populate the list/collection.",
text: "Failed to populate the collection.",
icon: "exclamation-triangle",
nonDb: true,
},
Expand Down

0 comments on commit 9402194

Please sign in to comment.