From b54d8cc416b5f0b6508b17593ab4e463ee179b6d Mon Sep 17 00:00:00 2001 From: HenestrosaDev Date: Mon, 17 Jun 2024 03:20:02 +0200 Subject: [PATCH] Add missing translation in `FormAuthor` --- resources/js/Forms/FormAuthor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Forms/FormAuthor.vue b/resources/js/Forms/FormAuthor.vue index cd93d90..15d4ba8 100644 --- a/resources/js/Forms/FormAuthor.vue +++ b/resources/js/Forms/FormAuthor.vue @@ -190,7 +190,7 @@ const submitForm = () => { @click="form.reset()" > - {{ trans("reset") }} + {{ trans("common.action.reset") }}