diff --git a/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb b/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb index deb4c5615f7..e7c5c937443 100644 --- a/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb +++ b/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb @@ -44,7 +44,7 @@ ).with_content(I18n.t("documents.document_categories_deprecation_notice.primary_action")) component.with_secondary_action( - scheme: :secondary, + scheme: :default, label: I18n.t("documents.document_categories_deprecation_notice.secondary_action"), tag: :a, href: OpenProject::Static::Links.url_for(:documents_docs)