diff --git a/front/src/components/library/EditForm.vue b/front/src/components/library/EditForm.vue
index a6eb317cd..90aa5f87d 100644
--- a/front/src/components/library/EditForm.vue
+++ b/front/src/components/library/EditForm.vue
@@ -358,12 +358,10 @@ const resetField = (fieldId: string) => {
primary
:disabled="isLoading || !mutationPayload"
>
-
- {{ t('components.library.EditForm.button.submit') }}
-
-
- {{ t('components.library.EditForm.button.suggest') }}
-
+ {{ canEdit
+ ? t('components.library.EditForm.button.submit')
+ : t('components.library.EditForm.button.suggest')
+ }}