diff --git a/frontend/src/components/feedback_labels/FeedbackLabelForm.vue b/frontend/src/components/feedback_labels/FeedbackLabelForm.vue index 9c984168a3c311b4f1d787ed3b87e752958b517b..1df22090a38e856a2c8588736704e18fd9483c89 100644 --- a/frontend/src/components/feedback_labels/FeedbackLabelForm.vue +++ b/frontend/src/components/feedback_labels/FeedbackLabelForm.vue @@ -83,7 +83,7 @@ export default class FeedbackLabelForm extends Vue { this.$notify({ title: "Label creation error", text: "A label with the same name already exists. " + - "You can update it if you are a reviewer or ask a reviewer to update it if not.", + "You can, however, update the label", type: 'error', duration: -1 })