Skip to content

Commit

Permalink
Merge pull request #610 from sahibamittal/quick-fix-policy-created-me…
Browse files Browse the repository at this point in the history
…ssage

Quick fix : policy_created message
  • Loading branch information
nscuro authored Oct 6, 2023
2 parents 21a1dec + 52102c5 commit da8d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/policy/CreatePolicyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}).then((response) => {
this.$root.$emit('bv::hide::modal', 'createPolicyModal');
this.$emit('refreshTable');
this.$toastr.s(this.$t('message.project_created'));
this.$toastr.s(this.$t('message.policy_created'));
}).catch((error) => {
this.$toastr.w(this.$t('condition.unsuccessful_action'));
}).finally(() => {
Expand Down

0 comments on commit da8d361

Please sign in to comment.