Skip to content

Commit

Permalink
Update CreatePolicyModal.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Sahiba Mittal <[email protected]>
  • Loading branch information
sahibamittal committed Oct 6, 2023
1 parent 21a1dec commit 52102c5
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 52102c5

Please sign in to comment.