Skip to content

Commit

Permalink
Update client/src/components/History/CurrentCollection/CollectionPane…
Browse files Browse the repository at this point in the history
…l.vue

Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
ahmedhamidawan and mvdbeek authored Nov 28, 2023
1 parent 9402194 commit e02040b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ watch(
class="m-2"
:variant="populatedStateMsg ? 'danger' : 'info'"
show>
{{ populatedStateMsg || "This is an empty list/collection." }}
{{ populatedStateMsg || "This is an empty collection." }}
</b-alert>
<ListingLayout
v-else
Expand Down

0 comments on commit e02040b

Please sign in to comment.