Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed May 15, 2024
1 parent dd955a6 commit b4f790e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lang/ro/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'attach' => 'Alocă utilizator',
'detach' => 'Elimină',
'toggle' => 'Schimbă statusul',
'subscribedToNewsletter' => 'Abonat cu succes la newsletter',
],
'header' => 'Utilizatori (:number)',
'toggle_modal' => [
Expand Down
1 change: 0 additions & 1 deletion resources/js/Components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ const subscribe = () => {
form.post(route('subscribe.to.newsletter'), {
onSuccess: () => {
form.reset('subscriber_email');
alert('Abonare cu succes!');
},
});
};
Expand Down

0 comments on commit b4f790e

Please sign in to comment.