diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index d1ca668b9b75..2e1ae58c07c5 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -399,16 +399,17 @@ en: learn_about: "Learn more about the new features" # Include the version to invalidate outdated translations in other locales. # Otherwise, e.g. chinese might still have the translations for 10.0 in the 12.0 release. - "14_5": + "14_6": standard: new_features_html: > - The release contains various new features and improvements, such as:
+ The release brings various features and improvements for you, e.g.
ical_sharing_modal: diff --git a/frontend/src/app/features/homescreen/blocks/new-features.component.ts b/frontend/src/app/features/homescreen/blocks/new-features.component.ts index 62ae851dbcf5..f0f27efcd798 100644 --- a/frontend/src/app/features/homescreen/blocks/new-features.component.ts +++ b/frontend/src/app/features/homescreen/blocks/new-features.component.ts @@ -33,12 +33,12 @@ import { I18nService } from 'core-app/core/i18n/i18n.service'; import { imagePath } from 'core-app/shared/helpers/images/path-helper'; // The key used in the I18n files to distinguish between versions. -const OpVersionI18n = '14_5'; +const OpVersionI18n = '14_6'; -const OpReleaseURL = 'https://www.openproject.org/docs/release-notes/14-5-0/'; +const OpReleaseURL = 'https://www.openproject.org/docs/release-notes/14-6-0/'; /** Update the teaser image to the next version */ -const featureTeaserImage = `${OpVersionI18n}_features.png`; +const featureTeaserImage = `${OpVersionI18n}_features.svg`; @Component({ template: ` diff --git a/frontend/src/assets/images/14_5_features.png b/frontend/src/assets/images/14_5_features.png deleted file mode 100644 index f8defaf793c6..000000000000 Binary files a/frontend/src/assets/images/14_5_features.png and /dev/null differ diff --git a/frontend/src/assets/images/14_6_features.svg b/frontend/src/assets/images/14_6_features.svg new file mode 100644 index 000000000000..b9ae12c679bc --- /dev/null +++ b/frontend/src/assets/images/14_6_features.svg @@ -0,0 +1 @@ + \ No newline at end of file