mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
[#59219] added upsale text for enterprise banner
This commit is contained in:
@@ -64,7 +64,7 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
collapsible: true,
|
||||
topMargin: true,
|
||||
opReferrer: "custom-field-hierarchy",
|
||||
textMessage: "PLACEHOLDER - upgrade to Starkiller Base",
|
||||
textMessage: I18n.t("custom_fields.upsale.custom_field_format_hierarchy"),
|
||||
moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:boards][:href]
|
||||
}
|
||||
%>
|
||||
|
||||
@@ -263,6 +263,8 @@ en:
|
||||
zero: no sub-items
|
||||
one: 1 sub-item
|
||||
other: "%{count} sub-items"
|
||||
upsale:
|
||||
custom_field_format_hierarchy: "Need a hierarchy in your custom fields for work packages?"
|
||||
|
||||
text_add_new_custom_field: >
|
||||
To add new custom fields to a project you first need to create them before
|
||||
|
||||
Reference in New Issue
Block a user