Skip to content

Commit

Permalink
Merge pull request #16 from HenestrosaDev/dev
Browse files Browse the repository at this point in the history
Add missing translation in `FormAuthor`
  • Loading branch information
HenestrosaDev authored Jun 17, 2024
2 parents 0e183d5 + b54d8cc commit 580c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Forms/FormAuthor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const submitForm = () => {
@click="form.reset()"
>
<IconReset class="mr-1 h-6 w-6" />
{{ trans("reset") }}
{{ trans("common.action.reset") }}
</button>
<button
Expand Down

0 comments on commit 580c37a

Please sign in to comment.