diff --git a/src/components/tasks/partials/editLabels.vue b/src/components/tasks/partials/editLabels.vue index 838ca25e..8991554a 100644 --- a/src/components/tasks/partials/editLabels.vue +++ b/src/components/tasks/partials/editLabels.vue @@ -156,7 +156,7 @@ export default { .then(r => { this.addLabel(r, false) this.labels.push(r) - this.$message.success({message: this.$t('task.label.removeSuccess')}) + this.$message.success({message: this.$t('task.label.addCreateSuccess')}) }) .catch(e => { this.$message.error(e) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index b70c6e20..7df1566b 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -625,7 +625,8 @@ "createPlaceholder": "Add this as new label", "addSuccess": "The label has been added successfully.", "createSuccess": "The label has been created successfully.", - "removeSuccess": "The label has been removed successfully." + "removeSuccess": "The label has been removed successfully.", + "addCreateSuccess": "The label has been created and added successfully." }, "priority": { "unset": "Unset",