We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdbe00 commit f50b86dCopy full SHA for f50b86d
src/utils/crud/components/ItemDetails.vue
@@ -471,8 +471,8 @@ export default {
471
ids: this.selectedIds,
472
request: keyValuePairs
473
},
474
- this.$t("global.alerts.suspended"),
475
- this.$t("global.alerts.suspendError")
+ this.$t("global.alerts.updated"),
+ this.$t("global.alerts.updateError")
476
]);
477
478
fileSelected(e, field) {
0 commit comments