From 940219408ebd761871e7f51a05b472a9418673aa Mon Sep 17 00:00:00 2001 From: Ahmed Hamid Awan Date: Tue, 28 Nov 2023 22:10:21 +0500 Subject: [PATCH] Update client/src/components/History/Content/model/states.ts Co-authored-by: Marius van den Beek --- client/src/components/History/Content/model/states.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/History/Content/model/states.ts b/client/src/components/History/Content/model/states.ts index 50add74d99ed..26594d2fa8e3 100644 --- a/client/src/components/History/Content/model/states.ts +++ b/client/src/components/History/Content/model/states.ts @@ -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, },