Skip to content

Commit

Permalink
[frontend] change message if no vocabulary when creating opinion (#6578)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Apr 5, 2024
1 parent 6b3fe25 commit 0af2598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ StixCoreObjectOpinionsRadarDialogProps
} else {
MESSAGING$.notifyError(
<span>
{t_i18n('There are no opinions. You should create some before.')}
{t_i18n('The opinions has no value defined in your vocabulary. Please add them first to be able to add opinions.')}
</span>,
);
}
Expand Down

0 comments on commit 0af2598

Please sign in to comment.