diff --git a/app/components/attachable/fields_component.html.erb b/app/components/attachable/fields_component.html.erb index 45d9770ba..bf48fb959 100644 --- a/app/components/attachable/fields_component.html.erb +++ b/app/components/attachable/fields_component.html.erb @@ -4,7 +4,7 @@ <%= f.hidden_field :cached_attachment %>
- <%= f.text_field :title, placeholder: t("#{plural_name}.form.title_placeholder") %> + <%= f.text_field :title %>
<% if attachable.attachment.attached? && attachable.attachment.image? %> diff --git a/config/locales/en/documents.yml b/config/locales/en/documents.yml index d60fd5c9d..5630b10a3 100644 --- a/config/locales/en/documents.yml +++ b/config/locales/en/documents.yml @@ -5,7 +5,6 @@ en: additional: Additional documentation form: title: Documents - title_placeholder: Add a descriptive title for the document delete_button: Remove document cancel_button: Cancel note: "You can upload up to a maximum of %{max_documents_allowed} documents of following content types: %{accepted_content_types}, up to %{max_file_size} MB per file." diff --git a/config/locales/en/images.yml b/config/locales/en/images.yml index 155056604..93a74fc50 100644 --- a/config/locales/en/images.yml +++ b/config/locales/en/images.yml @@ -3,7 +3,6 @@ en: remove_image: Remove image form: title: Descriptive image - title_placeholder: Add a descriptive title for the image delete_button: Remove image note: "You can upload one image of following content types: %{accepted_content_types}, up to %{max_file_size} MB." add_new_image: Add image diff --git a/config/locales/es/documents.yml b/config/locales/es/documents.yml index 88121ace3..afa9fb542 100644 --- a/config/locales/es/documents.yml +++ b/config/locales/es/documents.yml @@ -5,7 +5,6 @@ es: additional: Documentación adicional form: title: Documentos - title_placeholder: Añade un título descriptivo para el documento delete_button: Eliminar documento cancel_button: Cancelar note: "Puedes subir hasta un máximo de %{max_documents_allowed} documentos en los formatos: %{accepted_content_types}, y de hasta %{max_file_size} MB por archivo." diff --git a/config/locales/es/images.yml b/config/locales/es/images.yml index ed197fa7d..32e5cb5a4 100644 --- a/config/locales/es/images.yml +++ b/config/locales/es/images.yml @@ -3,7 +3,6 @@ es: remove_image: Eliminar imagen form: title: Imagen descriptiva - title_placeholder: Añade un título descriptivo para la imagen delete_button: Eliminar imagen note: "Puedes subir una imagen en los formatos: %{accepted_content_types}, y de hasta %{max_file_size} MB por archivo." add_new_image: Añadir imagen