diff --git a/docs/api/apiv3/tags/grids.yml b/docs/api/apiv3/tags/grids.yml
index 2119f3a14514..0e4b9287d6ac 100644
--- a/docs/api/apiv3/tags/grids.yml
+++ b/docs/api/apiv3/tags/grids.yml
@@ -8,7 +8,7 @@ description: |-
Currently, the following pages employ grids:
- + /my/page: The my page every user has. Only a user can access or modify their "my page".
+ + /my/page: The My page every user has. Only a user can access or modify their "My page".
*The delete action is not yet supported*
diff --git a/docs/development/concepts/inline-editing/README.md b/docs/development/concepts/inline-editing/README.md
index 4ee0323449b1..4a5f838d8bd4 100644
--- a/docs/development/concepts/inline-editing/README.md
+++ b/docs/development/concepts/inline-editing/README.md
@@ -213,7 +213,7 @@ There is one more class involved in this stack, the `EditFieldHandler`. It imple
Any user event that should trigger saving or resetting of the field is being handled by the `EditFieldHandler`, hence its name. For example, pressing ESC on a `TextEditFieldComponent` will trigger the `EditFieldHandler#handleUserCancel` method. The same is true for submit events on the field or form (e.g., pressing ENTER on the field), which trigger the `EditFieldHandler#handleUserSubmit` method.
-An example where this comes into play is the [`CustomText`](https://github.com/opf/openproject/tree/dev/frontend/src/app/shared/components/grids/widgets/custom-text/custom-text.component.ts) widget of the dashboards and my page, which use the `` manually and pass in a handler that handles saving of these widgets without access to an edit form.
+An example where this comes into play is the [`CustomText`](https://github.com/opf/openproject/tree/dev/frontend/src/app/shared/components/grids/widgets/custom-text/custom-text.component.ts) widget of the dashboards and My page, which use the `` manually and pass in a handler that handles saving of these widgets without access to an edit form.
### 🔗 Code references
diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md
index 1bac38ddcabd..d6b68c8974b2 100644
--- a/docs/getting-started/README.md
+++ b/docs/getting-started/README.md
@@ -24,7 +24,7 @@ Here you will learn about the **first steps with OpenProject**. If you need more
| [Gantt chart](gantt-chart-introduction) | Find out how to create a project plan. |
| [Boards](boards-introduction) | How to work with agile boards. |
| [Account settings](account-settings) | How to configure personal account settings. |
-| [My page](my-page) | Find out more about a personal my page dashboard. |
+| [My page](my-page) | Find out more about a personal My page dashboard. |
## 6 steps to get started
diff --git a/docs/getting-started/my-activity/README.md b/docs/getting-started/my-activity/README.md
index ef8f00942778..5fc0015cb25f 100644
--- a/docs/getting-started/my-activity/README.md
+++ b/docs/getting-started/my-activity/README.md
@@ -1,16 +1,16 @@
---
sidebar_navigation:
- title: My Activity
+ title: My activity
priority: 200
-description: My Activity in OpenProject - your latest actions
+description: My activity in OpenProject - your latest actions
keywords: my activity, personal changes, dashboard
---
-# My Activity
+# My activity
-**My Activity** gives you an overview of all your latest actions and projects you are involved in.
+**My activity** gives you an overview of all your latest actions and projects you are involved in.
-You can open your **My Activity** page by clicking on your user avatar in the upper right corner and then selecting **My Activity** from the dropdown menu.
+You can open your **My activity** page by clicking on your user avatar in the upper right corner and then selecting **My activity** from the dropdown menu.

diff --git a/docs/getting-started/my-page/README.md b/docs/getting-started/my-page/README.md
index 69d8370c7376..5a918cefbaba 100644
--- a/docs/getting-started/my-page/README.md
+++ b/docs/getting-started/my-page/README.md
@@ -1,24 +1,24 @@
---
sidebar_navigation:
- title: My Page
+ title: My page
priority: 300
-description: My Page in OpenProject - your personal dashboard
+description: My page in OpenProject - your personal dashboard
keywords: my page, personal overview page, dashboard
---
-# My Page
+# My page
-The My Page is your **personal dashboard** with important overarching project information, such as work package reports, news, spent time, or a calendar. It can be configured to your specific needs.
+The My page is your **personal dashboard** with important overarching project information, such as work package reports, news, spent time, or a calendar. It can be configured to your specific needs.
| Topic | Content |
-|-------------------------------------------------|--------------------------------------------|
-| [My Page introduction](#my-page-introduction) | What is My Page and what can I do with it? |
-| [Configure the My Page](#configure-the-my-page) | How to add and edit widgets on My Page. |
-| [My spent time widget](#my-spent-time-widget) | How to track spent time on My Page. |
+| ----------------------------------------------- | ------------------------------------------ |
+| [My page introduction](#my-page-introduction) | What is My page and what can I do with it? |
+| [Configure the My page](#configure-the-my-page) | How to add and edit widgets on My page. |
+| [My spent time widget](#my-spent-time-widget) | How to track spent time on My page. |
-## My Page introduction
+## My page introduction
-My Page is your personal dashboard where you can display important information of your projects. This personal dashboard contains information from all your projects. **My page** can be configured according to your preferences. You can include project information, for example the latest news, work packages assigned to you or reported work packages.
+My page is your personal dashboard where you can display important information of your projects. This personal dashboard contains information from all your projects. **My page** can be configured according to your preferences. You can include project information, for example the latest news, work packages assigned to you or reported work packages.
You can open your **My page** by clicking on your user avatar in the upper right corner and then selecting **My page** from the dropdown menu. Alternatively, you can select *My Page* by clicking the respective option in the menu on the left.
@@ -26,21 +26,21 @@ You can open your **My page** by clicking on your user avatar in the upper right
As a default, you will see two lists of all **work packages assigned to you** and **work packages created by you** from all your projects.
-
+
-## Configure the My Page
+## Configure the My page
-
+
### Add widgets
-In order to **add a widget to My Page**, decide where you want to place the widget (above, below or between the existing widgets) hover to the respective location around the existing widgets. The **+** icon will appear automatically.
+In order to **add a widget to My page**, decide where you want to place the widget (above, below or between the existing widgets) hover to the respective location around the existing widgets. The **+** icon will appear automatically.

Press the plus icon and choose from a number of different widgets that can be included on your dashboard.
-
+
For a **detailed explanation of the widgets**, visit the section in the [project overview](../../user-guide/project-overview/#available-project-overview-widgets).
@@ -56,7 +56,7 @@ Click the dots next to the title and drag it to the new place.
If you click the dots on the lower right hand corner in a widget you can change the size of a widget by pulling the widget left and right, up and down with the mouse.
-
+
### Configure the view of a widget (for work package tables)
@@ -77,14 +77,14 @@ You can configure the work package table (e.g. filter, group, highlight, sort) a
To delete a widget from the dashboard, click on the three dots in the upper right corner of the widget and select **Remove widget**.
-
+
## My spent time widget
-To track spent time, [add the **My spent time** widget](#add-widgets) in the My Page.
+To track spent time, [add the **My spent time** widget](#add-widgets) in the My page.
You can directly create new time entries by clicking on the day, change the date with drag and drop, edit or remove time entries.
Watch the short video to see how to activate the spent time widget, add spent time, edit spent time (e.g. change the date or work packages or change the time booked) and delete spent time.
-
+
diff --git a/docs/glossary/README.md b/docs/glossary/README.md
index 8d925abdc844..26390e0fc577 100644
--- a/docs/glossary/README.md
+++ b/docs/glossary/README.md
@@ -143,7 +143,7 @@ The dark mode for OpenProject is a personal setting to display the application i
A dashboard is defined as an overview page in a software. In OpenProject, you have several options to create dashboards:
-1. You have the [My Page](#my-page), which shows your personal customized [widgets](#widget) on one page, for example a calendar or work package reports.
+1. You have the [My page](#my-page), which shows your personal customized [widgets](#widget) on one page, for example a calendar or work package reports.
2. You have the [project overview](#project-overview) dashboard, which gives you an overview of your project. Please note that only project admins can add and remove widgets to the project overview.
@@ -234,9 +234,9 @@ In OpenProject, a member is defined as a single person in a project. Project mem
A module in OpenProject is defined as an independent unit of functionality that can be used to extend and improve the existing core functions. A project admin can activate and de-activate modules in the project settings. Some examples for modules in OpenProject are: Forums, Time and costs, Wiki or the Work packages module. [See our user guide for more information on all modules in OpenProject](../user-guide/#overview-of-modules-in-openproject).
-### My Page
+### My page
-The My Page in OpenProject is defined as your personal [dashboard](#dashboard) with important overarching project information, such as work package reports, news, spent time, or a calendar. It can be configured to your specific needs. [Read more about the My Page in OpenProject](../getting-started/my-page/).
+The My page in OpenProject is defined as your personal [dashboard](#dashboard) with important overarching project information, such as work package reports, news, spent time, or a calendar. It can be configured to your specific needs. [Read more about the My page in OpenProject](../getting-started/my-page/).
## N
@@ -426,7 +426,7 @@ Versions in OpenProject are defined as an attribute for [work packages](#work-pa
### Widget
-A widget in OpenProject is defined as a small and customizable element that provides relevant information at a glance. Use widgets on your [My Page](#my-page) dashboard or on the [project overview](#project-overview). [See all available project overview widgets](../user-guide/project-overview/#available-project-overview-widgets) and read [how to add a widget to the project overview](../user-guide/project-overview/#widgets).
+A widget in OpenProject is defined as a small and customizable element that provides relevant information at a glance. Use widgets on your [My page](#my-page) dashboard or on the [project overview](#project-overview). [See all available project overview widgets](../user-guide/project-overview/#available-project-overview-widgets) and read [how to add a widget to the project overview](../user-guide/project-overview/#widgets).
### Wiki
diff --git a/docs/release-notes/10/10-0-0/README.md b/docs/release-notes/10/10-0-0/README.md
index 2bdc4a7297d5..640a55573e8a 100644
--- a/docs/release-notes/10/10-0-0/README.md
+++ b/docs/release-notes/10/10-0-0/README.md
@@ -156,7 +156,7 @@ OpenProject 10 significantly improves the performance, especially for the work p
- Fixed: Project menu auto-closes in change project screen [[#30867](https://community.openproject.org/wp/30867)]
- Fixed: Versions not copied and copying slow [[#30872](https://community.openproject.org/wp/30872)]
- Fixed: Relations cannot be created [[#30877](https://community.openproject.org/wp/30877)]
-- Fixed: Performance error on MyPage [[#30878](https://community.openproject.org/wp/30878)]
+- Fixed: Performance error on My page [[#30878](https://community.openproject.org/wp/30878)]
- Fixed: Bars in Roadmap graph are massive [[#30890](https://community.openproject.org/wp/30890)]
- Fixed: Words with umlauts are not found in PDF's [[#30891](https://community.openproject.org/wp/30891)]
- Fixed: Lists in Copy Workflow could be bigger [[#30892](https://community.openproject.org/wp/30892)]
diff --git a/docs/release-notes/10/10-5-0/README.md b/docs/release-notes/10/10-5-0/README.md
index d3901e215f2c..11d5d21e068a 100644
--- a/docs/release-notes/10/10-5-0/README.md
+++ b/docs/release-notes/10/10-5-0/README.md
@@ -106,7 +106,7 @@ An export function can then be used to distribute the BCFs back to the local app
- Fixed: Inconsistent translation of "News" in German \[[#31674](https://community.openproject.org/wp/31674)\]
- Fixed: Wiki tables not responsive + CSS weird + no markdown \[[#31920](https://community.openproject.org/wp/31920)\]
- Fixed: Strings not localized (password settings) \[[#31976](https://community.openproject.org/wp/31976)\]
-- Fixed: Multiple Work Package Widgets on MyPage - Groups can't be reduced independently \[[#32030](https://community.openproject.org/wp/32030)\]
+- Fixed: Multiple Work Package Widgets on My page - Groups can't be reduced independently \[[#32030](https://community.openproject.org/wp/32030)\]
- Fixed: \[Repository\] Error 500 when trying to log time with unmapped changeset user \[[#32038](https://community.openproject.org/wp/32038)\]
- Fixed: Clean-up Administration -> System settings and remove wiki history compression \[[#32045](https://community.openproject.org/wp/32045)\]
- Fixed: Work package ID cut off on right side \[[#32069](https://community.openproject.org/wp/32069)\]
diff --git a/docs/release-notes/11/11-2-0/README.md b/docs/release-notes/11/11-2-0/README.md
index 2eff3f45dfb3..419876cd2c3d 100644
--- a/docs/release-notes/11/11-2-0/README.md
+++ b/docs/release-notes/11/11-2-0/README.md
@@ -85,7 +85,7 @@ Furthermore, with 11.2 we have implemented various UI and UX improvements for O
- Fixed: Role "Create and edit users" can not change user name \[[#36299](https://community.openproject.org/wp/36299)\]
- Fixed: Internal error when accessing project work package page after deleting placeholder user \[[#36300](https://community.openproject.org/wp/36300)\]
- Fixed: Translation missing for placeholder Enterprise Edition page \[[#36302](https://community.openproject.org/wp/36302)\]
-- Fixed: Logged hours not visible in widget on My Page for languages other than English \[[#36304](https://community.openproject.org/wp/36304)\]
+- Fixed: Logged hours not visible in widget on My page for languages other than English \[[#36304](https://community.openproject.org/wp/36304)\]
- Fixed: Grouping by assignee through settings menu does not work \[[#36318](https://community.openproject.org/wp/36318)\]
- Fixed: Work package alignment incorrect when updating work package values / opening details view \[[#36330](https://community.openproject.org/wp/36330)\]
- Fixed: Wrong error message when trying to log time for a placeholder user \[[#36353](https://community.openproject.org/wp/36353)\]
diff --git a/docs/release-notes/11/11-2-1/README.md b/docs/release-notes/11/11-2-1/README.md
index a4571c9c72b5..ebf65c757c34 100644
--- a/docs/release-notes/11/11-2-1/README.md
+++ b/docs/release-notes/11/11-2-1/README.md
@@ -17,7 +17,7 @@ The release contains several bug fixes and we recommend updating to the newest v
## Bug fixes and changes
- Fixed: Inbound Emails - Email headers not handled correctly \[[#35834](https://community.openproject.org/wp/35834)\]
-- Fixed: Configuration and display of days in My spent time widget on my Page do not match \[[#35920](https://community.openproject.org/wp/35920)\]
+- Fixed: Configuration and display of days in My spent time widget on My page do not match \[[#35920](https://community.openproject.org/wp/35920)\]
- Fixed: All data lost when switching from details view to fullscreen view while creating a work package \[[#35968](https://community.openproject.org/wp/35968)\]
- Fixed: missing translation "ja.js.units.hour.one" \[[#36269](https://community.openproject.org/wp/36269)\]
- Fixed: Internal Error when Wiki entry contains single "!" \[[#36345](https://community.openproject.org/wp/36345)\]
diff --git a/docs/release-notes/11/11-4-1/README.md b/docs/release-notes/11/11-4-1/README.md
index a9f737623b36..c1d5dc108563 100644
--- a/docs/release-notes/11/11-4-1/README.md
+++ b/docs/release-notes/11/11-4-1/README.md
@@ -16,7 +16,7 @@ The release contains several bug fixes and we recommend updating to the newest v
## Bug fixes and changes
-- Fixed: Today's Date line does not show up on My Page work package tables \[[#35748](https://community.openproject.org/wp/35748)\]
+- Fixed: Today's Date line does not show up on My page work package tables \[[#35748](https://community.openproject.org/wp/35748)\]
- Fixed: openproject configure tries to install postgresql 10 on upgrade, while 13 is already deployed \[[#39086](https://community.openproject.org/wp/39086)\]
- Fixed: Cannot add or remove users from group \[[#39090](https://community.openproject.org/wp/39090)\]
- Fixed: LDAP groups filter does not save synchronized group \[[#39120](https://community.openproject.org/wp/39120)\]
diff --git a/docs/release-notes/12/12-0-3/README.md b/docs/release-notes/12/12-0-3/README.md
index 5d57a1bb2d97..56c6dfb975f3 100644
--- a/docs/release-notes/12/12-0-3/README.md
+++ b/docs/release-notes/12/12-0-3/README.md
@@ -20,7 +20,7 @@ The release contains several bug fixes and we recommend updating to the newest v
- Fixed: WP is not disabled in the background when a modal is open \[[#40141](https://community.openproject.org/wp/40141)\]
- Fixed: Dropdown menu empty when adding new element to parent child board \[[#40154](https://community.openproject.org/wp/40154)\]
- Fixed: Optional header sso does not log in plain user \[[#40240](https://community.openproject.org/wp/40240)\]
-- Fixed: Auth source SSO redirects to my page on login \[[#40248](https://community.openproject.org/wp/40248)\]
+- Fixed: Auth source SSO redirects to My page on login \[[#40248](https://community.openproject.org/wp/40248)\]
## Contributions
diff --git a/docs/release-notes/12/12-1-0/README.md b/docs/release-notes/12/12-1-0/README.md
index 104e6e5d8c43..f573703f4f0f 100644
--- a/docs/release-notes/12/12-1-0/README.md
+++ b/docs/release-notes/12/12-1-0/README.md
@@ -171,7 +171,7 @@ We added a new “Files” tab in the work package details. This way, you will h
- Fixed: Cannot select all projects in work package table \[[#41437](https://community.openproject.org/wp/41437)\]
- Fixed: Attribute help text opens when clicking ng-select dropdown \[[#41442](https://community.openproject.org/wp/41442)\]
- Fixed: API responses inconsistent between Bearer tokens and API tokens \[[#41480](https://community.openproject.org/wp/41480)\]
-- Fixed: Create new task on my page not possible: Project not shown in pulldown list \[[#41533](https://community.openproject.org/wp/41533)\]
+- Fixed: Create new task on My page not possible: Project not shown in pulldown list \[[#41533](https://community.openproject.org/wp/41533)\]
- Fixed: Include projects - Action bar has no round corners \[[#41582](https://community.openproject.org/wp/41582)\]
- Fixed: Fix capitalization in two places (minor) in the Team Planner \[[#41647](https://community.openproject.org/wp/41647)\]
- Fixed: Comments linked to another package are not shown correctly \[[#41649](https://community.openproject.org/wp/41649)\]
diff --git a/docs/release-notes/12/12-5-5/README.md b/docs/release-notes/12/12-5-5/README.md
index 743ba17c63fc..198531e594b4 100644
--- a/docs/release-notes/12/12-5-5/README.md
+++ b/docs/release-notes/12/12-5-5/README.md
@@ -20,7 +20,7 @@ The release contains several bug fixes and we recommend updating to the newest v
- Fixed: MyProjectPageToGrid migration fails \[[#48122](https://community.openproject.org/wp/48122)\]
- Fixed: Missing translation for "Comment added" on work package activity tracking \[[#48157](https://community.openproject.org/wp/48157)\]
- Fixed: Links from the welcome text stop working when text is edited \[[#48158](https://community.openproject.org/wp/48158)\]
-- Fixed: Document not listing project name under My Page \[[#48177](https://community.openproject.org/wp/48177)\]
+- Fixed: Document not listing project name under My page \[[#48177](https://community.openproject.org/wp/48177)\]
## Contributions
diff --git a/docs/release-notes/13/13-0-0/README.md b/docs/release-notes/13/13-0-0/README.md
index b6ae78c862fe..ed97ab512ecf 100644
--- a/docs/release-notes/13/13-0-0/README.md
+++ b/docs/release-notes/13/13-0-0/README.md
@@ -164,7 +164,7 @@ We are happy to announce that we have released the multi-select custom fields fo
- Fixed: GitHub integration reference uses author instead of commenter \[[#48246](https://community.openproject.org/wp/48246)\]
- Fixed: Work package in query without timestamps have cached timestamps url parameter \[[#48248](https://community.openproject.org/wp/48248)\]
- Fixed: Archived subprojects appear in the subproject widget \[[#48327](https://community.openproject.org/wp/48327)\]
-- Fixed: My Page: My spent time hows incorrect non-working days \[[#48328](https://community.openproject.org/wp/48328)\]
+- Fixed: My page: My spent time hows incorrect non-working days \[[#48328](https://community.openproject.org/wp/48328)\]
- Fixed: Error 500 on versions when Wiki page is linked \[[#48336](https://community.openproject.org/wp/48336)\]
- Fixed: Opening work packages in github tab from table with active baseline causes an internal error \[[#48362](https://community.openproject.org/wp/48362)\]
- Fixed: PDF export reports faulty interface usage \[[#48393](https://community.openproject.org/wp/48393)\]
diff --git a/docs/release-notes/14/14-1-0/README.md b/docs/release-notes/14/14-1-0/README.md
index 2f4985ac939a..9dd4067d4b39 100644
--- a/docs/release-notes/14/14-1-0/README.md
+++ b/docs/release-notes/14/14-1-0/README.md
@@ -68,7 +68,7 @@ The Meetings module is currently being continuously improved. With OpenProject 1
Apart from these features that apply the Meetings module directly, the following changes concerning OpenProject meetings have been made:
- In work packages, the project name is now shown in the Meetings tab.
-- Calendar widgets on the My Page and project overview pages can now show meetings.
+- Calendar widgets on the My page and project overview pages can now show meetings.

@@ -136,7 +136,7 @@ Apart from the features mentioned above, there have been a lot of other changes,
- Feature: Add support for Batches on the JobStatus API \[[#54034](https://community.openproject.org/wp/54034)\]
- Feature: Activate Storage module when a user has "Manage file storages in project" permission \[[#54178](https://community.openproject.org/wp/54178)\]
- Feature: Show project name in meetings tab \[[#54192](https://community.openproject.org/wp/54192)\]
-- Feature: Show meetings in My Page / Project overview calendar widgets \[[#54286](https://community.openproject.org/wp/54286)\]
+- Feature: Show meetings in My page / Project overview calendar widgets \[[#54286](https://community.openproject.org/wp/54286)\]
- Feature: PDF export gantt chart \[[#54296](https://community.openproject.org/wp/54296)\]
- Feature: PDF export gantt chart options \[[#54297](https://community.openproject.org/wp/54297)\]
- Feature: Open notes for new agenda items \[[#54347](https://community.openproject.org/wp/54347)\]
diff --git a/docs/release-notes/14/14-5-0/README.md b/docs/release-notes/14/14-5-0/README.md
index ea4d6b242f9c..d7d5d250f024 100644
--- a/docs/release-notes/14/14-5-0/README.md
+++ b/docs/release-notes/14/14-5-0/README.md
@@ -156,7 +156,7 @@ In this release, the dynamic bootstrapping of Angular components has been remove
- Bugfix: DB Migration 9.x to 14.3.0 Fails on Migrating to MyProjectPageToGrid \[[#57036](https://community.openproject.org/wp/57036)\]
- Bugfix: Switching tab in the notification center loses the current filters \[[#57067](https://community.openproject.org/wp/57067)\]
- Bugfix: Nextcloud "recheck connection" checks for GroupFolderApp though AMPF is deactivated \[[#57068](https://community.openproject.org/wp/57068)\]
-- Bugfix: In the calendar widget on the My Page page, meetings are displayed with the wrong time \[[#57078](https://community.openproject.org/wp/57078)\]
+- Bugfix: In the calendar widget on the My page page, meetings are displayed with the wrong time \[[#57078](https://community.openproject.org/wp/57078)\]
- Bugfix: Default user avatar is too big for work package table rendering (safari) \[[#57093](https://community.openproject.org/wp/57093)\]
- Bugfix: OpenProject Dark Mode: CKEditor using too light colors e.g. for pressed buttons \[[#57103](https://community.openproject.org/wp/57103)\]
- Bugfix: Cannot download 2FA backup codes \[[#57146](https://community.openproject.org/wp/57146)\]
diff --git a/docs/release-notes/5/5-0-17/README.md b/docs/release-notes/5/5-0-17/README.md
index 0c629bc8e141..b9b292bb1cb8 100644
--- a/docs/release-notes/5/5-0-17/README.md
+++ b/docs/release-notes/5/5-0-17/README.md
@@ -12,7 +12,7 @@ OpenProject 5.0.17 contains several bug fixes:
- The work package attribute “Estimated time” could not be set back to zero once set
([#22829](https://community.openproject.org/wp/22829)).
- - The documents widget on MyPage could not be removed once added
+ - The documents widget on My page could not be removed once added
([#22814](https://community.openproject.org/wp/22814)).
- On small screens the login button was not displayed
([#22945](https://community.openproject.org/wp/22945)).
diff --git a/docs/release-notes/6/6-1-4/README.md b/docs/release-notes/6/6-1-4/README.md
index 38d3eb30b3e9..af98a24c9542 100644
--- a/docs/release-notes/6/6-1-4/README.md
+++ b/docs/release-notes/6/6-1-4/README.md
@@ -26,7 +26,7 @@ your OpenProject installation to this
- Very long custom field names break design on custom field settings
page
([#24407](https://community.openproject.org/wp/24407)).
- - Filter “Show all work packages” on MyPage did not work
+ - Filter “Show all work packages” on My page did not work
correctly.
- Project filter was lost on the second page of the search results page.
diff --git a/docs/release-notes/9/9-0-0/README.md b/docs/release-notes/9/9-0-0/README.md
index 8260de507ed2..4e720258ad29 100644
--- a/docs/release-notes/9/9-0-0/README.md
+++ b/docs/release-notes/9/9-0-0/README.md
@@ -8,7 +8,7 @@ release_date: 2019-06-06
# OpenProject 9.0
-OpenProject 9.0 introduces a board view to support agile project management with Kanban. In addition, you can define work package templates to rapidly create new work packages with a pre-defined structure. Each user can now add their own custom work package views to their my page.
+OpenProject 9.0 introduces a board view to support agile project management with Kanban. In addition, you can define work package templates to rapidly create new work packages with a pre-defined structure. Each user can now add their own custom work package views to their My page.
Read below to get a detailed overview of what is new in OpenProject 9.
@@ -32,9 +32,9 @@ Templates can be configured in the work package type configuration.

-## Work package widget on My Page
+## Work package widget on My page
-On the My Page, each user can add work package widgets and customize which work packages to display.
+On the My page, each user can add work package widgets and customize which work packages to display.
You can filter and group by work package attributes and also display Gantt charts in the widgets.
diff --git a/docs/release-notes/9/9-0-1/README.md b/docs/release-notes/9/9-0-1/README.md
index 6a8c461735a0..4e1d55afb088 100644
--- a/docs/release-notes/9/9-0-1/README.md
+++ b/docs/release-notes/9/9-0-1/README.md
@@ -18,7 +18,7 @@ The release contains several bug fixes and we recommend updating to the newest v
- Fixed: Row highlighted by 'Type' makes table text unreadable [[#30298](https://community.openproject.org/wp/30298)]
- Fixed: Cannot copy projects & wrong error message [[#30309](https://community.openproject.org/wp/30309)]
- Fixed: Dark background for getting started tour does not cover entire page [[#30314](https://community.openproject.org/wp/30314)]
-- Fixed: JavaScript error when clicking on a link in My Page [[#30343](https://community.openproject.org/wp/30343)]
+- Fixed: JavaScript error when clicking on a link in My page [[#30343](https://community.openproject.org/wp/30343)]
- Fixed: Highlighting for add relation in Gantt chart not applied properly [[#30354](https://community.openproject.org/wp/30354)]
- Changed: Styled scrollbars in WP views [[#30304](https://community.openproject.org/wp/30304)]
- Changed: Improve print view of cost report via CSS [[#30305](https://community.openproject.org/wp/30305)]
diff --git a/docs/user-guide/keyboard-shortcuts-access-keys/README.md b/docs/user-guide/keyboard-shortcuts-access-keys/README.md
index 01ef67eec928..f068312b85aa 100644
--- a/docs/user-guide/keyboard-shortcuts-access-keys/README.md
+++ b/docs/user-guide/keyboard-shortcuts-access-keys/README.md
@@ -15,7 +15,7 @@ OpenProject (since version 3.0) offers useful keyboard shortcuts to enhance you
- Global Search: s
- Project Search: p
-- Go to: My Page: g m
+- Go to: My page: g m
- Open Help Page: –
- Open regular shortcuts List: ?
- Go to: Overview: g o
@@ -36,7 +36,7 @@ OpenProject (since version 3.0) offers useful keyboard shortcuts to enhance you
- Global Search: 4
- Project Search: 5
-- Go to: My Page: –
+- Go to: My page: –
- Open Help Page: 6
- Open regular shortcuts List: –
- Go to: Overview: –
diff --git a/docs/user-guide/meetings/meetings-faq/README.md b/docs/user-guide/meetings/meetings-faq/README.md
index 53a1763ef975..d489bab351f1 100644
--- a/docs/user-guide/meetings/meetings-faq/README.md
+++ b/docs/user-guide/meetings/meetings-faq/README.md
@@ -24,4 +24,4 @@ Yes, you can [download a meeting as an iCalendar event](../one-time-meetings/#do
## Are the meetings shown in calendar widgets?
-Yes, the Calendar widget on the [project overview page](../../project-overview/#calendar-widget) and [My Page](../../../getting-started/my-page/#add-widgets) displays meetings. Meetings links in this widget are clickable and open the meeting directly.
+Yes, the Calendar widget on the [project overview page](../../project-overview/#calendar-widget) and [My page](../../../getting-started/my-page/#add-widgets) displays meetings. Meetings links in this widget are clickable and open the meeting directly.
diff --git a/docs/user-guide/time-and-costs/time-and-costs-faq/README.md b/docs/user-guide/time-and-costs/time-and-costs-faq/README.md
index 0387c9e8f2b3..cf3c3311394f 100644
--- a/docs/user-guide/time-and-costs/time-and-costs-faq/README.md
+++ b/docs/user-guide/time-and-costs/time-and-costs-faq/README.md
@@ -27,7 +27,7 @@ Unfortunately this is not possible at the moment. There's already a feature requ
## Is there an overview over how much time I logged in one week?
-Yes, you can use the "My spent time" widget on My Page and use the filters there.
+Yes, you can use the "My spent time" widget on My page and use the filters there.
## Can I log time in a different unit than hours, e.g. in days?
diff --git a/docs/user-guide/time-and-costs/time-tracking/README.md b/docs/user-guide/time-and-costs/time-tracking/README.md
index 24336f7c6ba5..594bd831e3fe 100644
--- a/docs/user-guide/time-and-costs/time-tracking/README.md
+++ b/docs/user-guide/time-and-costs/time-tracking/README.md
@@ -8,16 +8,17 @@ keywords: time tracking, logging time, define rate, labor costs
# Time tracking
-Users can book their time or units spent on an activity within a project directly on work packages, which gives a clear indication of how much effort the project activities require. You can log time in the work package view, track time via the time tracking button or via a commit message. You can also log time directly from **My spent time** widget on **My Page**.
+Users can book their time or units spent on an activity within a project directly on work packages, which gives a clear indication of how much effort the project activities require. You can log time in the work package view, track time via the time tracking button or via a commit message. You can also log time directly from **My spent time** widget on **My page**.
-> **Note**: To use the time tracking functionality, the **Time and costs module** needs to be activated in the [project settings](../../projects/project-settings/modules/).
+> [!NOTE]
+> To use the time tracking functionality, the **Time and costs module** needs to be activated in the [project settings](../../projects/project-settings/modules/).
| Topic | Content |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [Log time in the work package view](#log-time-in-the-work-package-view) | How to log time to a work package. |
| [Log time via the time tracking button](#log-time-via-the-time-tracking-button) | How to track time in real time using the start/stop time tracking button |
| [Log time via commit message](#log-time-via-commit-message) | How to log time via a commit message to a work package. |
-| [Log time via My page](#log-time-via-my-page) | How to easily track and display spent time in the spent time widget on the MyPage. |
+| [Log time via My page](#log-time-via-my-page) | How to easily track and display spent time in the spent time widget on the My page. |
| [Edit logged time](#edit-logged-time) | How to edit logged time on a work package. |
| [Delete time entries](#delete-time-entries) | How to delete time entries logged to a work package. |
| [Log and edit time for other users](#log-and-edit-time-for-other-users) | How to log time to work packages. |
@@ -68,17 +69,17 @@ If you navigate away from the work package in which you have a timer running, yo
## Log time via commit message
-> **Note**: this is a power user feature that is currently only available for on-premises installations.
->
+> [!NOTE]
+> This is a power user feature that is currently only available for on-premises installations.
> **Enable time logging** option must be [activated under system settings](../../../system-admin-guide/system-settings/repositories/) in order to log time via a commit message.
To log time via commit message **Repository** module must be activated and an SVN or Git repository needs to be configured. Once it is configured you can enter the following syntax into a commit message of your client (for example GitHub desktop client or a command line client) to log time: *refs #work package number @amount of hours*. For example refs #123 @2h will log 2 hours of spent time for the work package number 123.
-## Log time via My Page
+## Log time via My page
-You can easily track spent time in the **spent time widget on the MyPage** and get an overview about all your activities during a week. It is like a weekly timesheet for yourself.
+You can easily track spent time in the **spent time widget on the My page** and get an overview about all your activities during a week. It is like a weekly timesheet for yourself.
-See more information about the My spent time widget on the [MyPage](../../../getting-started/my-page/#my-spent-time-widget).
+See more information about the My spent time widget on the [My page](../../../getting-started/my-page/#my-spent-time-widget).

@@ -108,7 +109,8 @@ In the list of time entries, click on the **Delete** icon next to a time entry t
Starting with OpenProject 12.2, users with certain roles are able to log and edit time for other users.
-> To enable this functionality, an administrator has to grant this privilege to a particular role in the **Roles and Permissions** section under **Users and Permissions** in the administrator settings.
+> [!TIP]
+> To enable this functionality, an administrator has to grant this privilege to a particular role in the **Roles and permissions** section under **Users and permissions** in the administrator settings.
>
> There are two permissions that can be enabled.
>
diff --git a/modules/meeting/config/locales/crowdin/af.yml b/modules/meeting/config/locales/crowdin/af.yml
index ca3cc999d049..31081ae0a727 100644
--- a/modules/meeting/config/locales/crowdin/af.yml
+++ b/modules/meeting/config/locales/crowdin/af.yml
@@ -215,8 +215,8 @@ af:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ar.yml b/modules/meeting/config/locales/crowdin/ar.yml
index 3d0a8c2c1467..8c6765c2c958 100644
--- a/modules/meeting/config/locales/crowdin/ar.yml
+++ b/modules/meeting/config/locales/crowdin/ar.yml
@@ -223,8 +223,8 @@ ar:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/az.yml b/modules/meeting/config/locales/crowdin/az.yml
index 63bc89baac79..2f479c13a1c7 100644
--- a/modules/meeting/config/locales/crowdin/az.yml
+++ b/modules/meeting/config/locales/crowdin/az.yml
@@ -215,8 +215,8 @@ az:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/be.yml b/modules/meeting/config/locales/crowdin/be.yml
index ab154f98502e..993520882461 100644
--- a/modules/meeting/config/locales/crowdin/be.yml
+++ b/modules/meeting/config/locales/crowdin/be.yml
@@ -219,8 +219,8 @@ be:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/bg.yml b/modules/meeting/config/locales/crowdin/bg.yml
index 92d9db0dcc6a..f6fe49747159 100644
--- a/modules/meeting/config/locales/crowdin/bg.yml
+++ b/modules/meeting/config/locales/crowdin/bg.yml
@@ -215,8 +215,8 @@ bg:
new_date_time: "Нова дата/час"
label_mail_all_participants: "Изпрати имейл до всички участници"
types:
- classic: "Класически"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ca.yml b/modules/meeting/config/locales/crowdin/ca.yml
index 6e973bfc3d31..2f4de73c05c5 100644
--- a/modules/meeting/config/locales/crowdin/ca.yml
+++ b/modules/meeting/config/locales/crowdin/ca.yml
@@ -215,8 +215,8 @@ ca:
new_date_time: "Data/hora nova"
label_mail_all_participants: "Envia un correu a tots els participants"
types:
- classic: "Clàssica"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ckb-IR.yml b/modules/meeting/config/locales/crowdin/ckb-IR.yml
index f9dcd40e3c6e..18b02a00d601 100644
--- a/modules/meeting/config/locales/crowdin/ckb-IR.yml
+++ b/modules/meeting/config/locales/crowdin/ckb-IR.yml
@@ -215,8 +215,8 @@ ckb-IR:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/cs.yml b/modules/meeting/config/locales/crowdin/cs.yml
index dc9fa697774d..c36fd8d68c5e 100644
--- a/modules/meeting/config/locales/crowdin/cs.yml
+++ b/modules/meeting/config/locales/crowdin/cs.yml
@@ -219,8 +219,8 @@ cs:
new_date_time: "Nové datum/čas"
label_mail_all_participants: "Poslat e-mail všem účastníkům"
types:
- classic: "Klasické"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Strukturované"
one_time: "Jednorázový"
recurring: "Opakované"
diff --git a/modules/meeting/config/locales/crowdin/da.yml b/modules/meeting/config/locales/crowdin/da.yml
index bb01ee410eb4..99a891a9cb6e 100644
--- a/modules/meeting/config/locales/crowdin/da.yml
+++ b/modules/meeting/config/locales/crowdin/da.yml
@@ -215,8 +215,8 @@ da:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/de.yml b/modules/meeting/config/locales/crowdin/de.yml
index 0a7ce323f42a..b9a2fe252d18 100644
--- a/modules/meeting/config/locales/crowdin/de.yml
+++ b/modules/meeting/config/locales/crowdin/de.yml
@@ -215,8 +215,8 @@ de:
new_date_time: "Neue(s) Datum/Zeit"
label_mail_all_participants: "E-Mail an alle Teilnehmer senden"
types:
- classic: "Klassisch"
- classic_text: "Organisieren Sie Ihre Besprechung und zugehöriges Protokoll in einem einzelnen Notizblock."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Dynamisch"
one_time: "Einmalig"
recurring: "Terminserie"
diff --git a/modules/meeting/config/locales/crowdin/el.yml b/modules/meeting/config/locales/crowdin/el.yml
index 05fa3587e9ac..5492644c459c 100644
--- a/modules/meeting/config/locales/crowdin/el.yml
+++ b/modules/meeting/config/locales/crowdin/el.yml
@@ -215,8 +215,8 @@ el:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/eo.yml b/modules/meeting/config/locales/crowdin/eo.yml
index 1f9c7e8e612a..a22d4210f361 100644
--- a/modules/meeting/config/locales/crowdin/eo.yml
+++ b/modules/meeting/config/locales/crowdin/eo.yml
@@ -215,8 +215,8 @@ eo:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/es.yml b/modules/meeting/config/locales/crowdin/es.yml
index 123ed895f272..6bf0d27a1644 100644
--- a/modules/meeting/config/locales/crowdin/es.yml
+++ b/modules/meeting/config/locales/crowdin/es.yml
@@ -215,8 +215,8 @@ es:
new_date_time: "Fecha y hora nuevas"
label_mail_all_participants: "Enviar email a todos los participantes"
types:
- classic: "Clásico"
- classic_text: "Organice su reunión como una única agenda y protocolo de texto formateable."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Estructurada"
one_time: "Única"
recurring: "Periódico"
diff --git a/modules/meeting/config/locales/crowdin/et.yml b/modules/meeting/config/locales/crowdin/et.yml
index 234fc9bc85d3..dab5aa3015d3 100644
--- a/modules/meeting/config/locales/crowdin/et.yml
+++ b/modules/meeting/config/locales/crowdin/et.yml
@@ -215,8 +215,8 @@ et:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/eu.yml b/modules/meeting/config/locales/crowdin/eu.yml
index b37c97d0c8f1..2d45a67aa665 100644
--- a/modules/meeting/config/locales/crowdin/eu.yml
+++ b/modules/meeting/config/locales/crowdin/eu.yml
@@ -215,8 +215,8 @@ eu:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/fa.yml b/modules/meeting/config/locales/crowdin/fa.yml
index 7c2af3d25c7a..412069233b60 100644
--- a/modules/meeting/config/locales/crowdin/fa.yml
+++ b/modules/meeting/config/locales/crowdin/fa.yml
@@ -215,8 +215,8 @@ fa:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "کلاسیک"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/fi.yml b/modules/meeting/config/locales/crowdin/fi.yml
index 475b440ecce7..32be0363c9c5 100644
--- a/modules/meeting/config/locales/crowdin/fi.yml
+++ b/modules/meeting/config/locales/crowdin/fi.yml
@@ -215,8 +215,8 @@ fi:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/fil.yml b/modules/meeting/config/locales/crowdin/fil.yml
index 424a7bf61c68..f8fdc0ad48a8 100644
--- a/modules/meeting/config/locales/crowdin/fil.yml
+++ b/modules/meeting/config/locales/crowdin/fil.yml
@@ -215,8 +215,8 @@ fil:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/fr.yml b/modules/meeting/config/locales/crowdin/fr.yml
index 901fbcd1d98b..baa54ceaa4a0 100644
--- a/modules/meeting/config/locales/crowdin/fr.yml
+++ b/modules/meeting/config/locales/crowdin/fr.yml
@@ -215,8 +215,8 @@ fr:
new_date_time: "Nouvelle date/heure"
label_mail_all_participants: "Envoyer un mail à tous les participants"
types:
- classic: "Classique"
- classic_text: "Organisez votre réunion sous la forme d'un ordre du jour et d'un protocole sous forme de texte unique formatable."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structurée"
one_time: "Ponctuelle"
recurring: "Récurrente"
diff --git a/modules/meeting/config/locales/crowdin/he.yml b/modules/meeting/config/locales/crowdin/he.yml
index 70c5d6afb7f1..24fbc027b207 100644
--- a/modules/meeting/config/locales/crowdin/he.yml
+++ b/modules/meeting/config/locales/crowdin/he.yml
@@ -219,8 +219,8 @@ he:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/hi.yml b/modules/meeting/config/locales/crowdin/hi.yml
index be8fd75d51de..8bb10069ac35 100644
--- a/modules/meeting/config/locales/crowdin/hi.yml
+++ b/modules/meeting/config/locales/crowdin/hi.yml
@@ -215,8 +215,8 @@ hi:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/hr.yml b/modules/meeting/config/locales/crowdin/hr.yml
index a814f5bcdf1e..3c10de2e7f82 100644
--- a/modules/meeting/config/locales/crowdin/hr.yml
+++ b/modules/meeting/config/locales/crowdin/hr.yml
@@ -217,8 +217,8 @@ hr:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/hu.yml b/modules/meeting/config/locales/crowdin/hu.yml
index 3187d2666b5f..6da15106082b 100644
--- a/modules/meeting/config/locales/crowdin/hu.yml
+++ b/modules/meeting/config/locales/crowdin/hu.yml
@@ -215,8 +215,8 @@ hu:
new_date_time: "Új időpont"
label_mail_all_participants: "Email küldése minden résztvevőnek"
types:
- classic: "Szokásos"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/id.yml b/modules/meeting/config/locales/crowdin/id.yml
index 22f5c5122958..3167b2baa65b 100644
--- a/modules/meeting/config/locales/crowdin/id.yml
+++ b/modules/meeting/config/locales/crowdin/id.yml
@@ -213,8 +213,8 @@ id:
new_date_time: "Tanggal/waktu baru"
label_mail_all_participants: "Kirim email ke semua peserta"
types:
- classic: "Klasik"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/it.yml b/modules/meeting/config/locales/crowdin/it.yml
index 739ce1d493bf..d561f5f93410 100644
--- a/modules/meeting/config/locales/crowdin/it.yml
+++ b/modules/meeting/config/locales/crowdin/it.yml
@@ -215,8 +215,8 @@ it:
new_date_time: "Nuova data/ora"
label_mail_all_participants: "Invia e-mail a tutti i partecipanti"
types:
- classic: "Classica"
- classic_text: "Organizza la tua riunione con un unico ordine del giorno e protocollo di testo formattabile."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Strutturato"
one_time: "Una tantum"
recurring: "Ricorrente"
diff --git a/modules/meeting/config/locales/crowdin/ja.yml b/modules/meeting/config/locales/crowdin/ja.yml
index 1757e0041cdb..3ec9b66ad851 100644
--- a/modules/meeting/config/locales/crowdin/ja.yml
+++ b/modules/meeting/config/locales/crowdin/ja.yml
@@ -213,8 +213,8 @@ ja:
new_date_time: "新しい日付/時刻"
label_mail_all_participants: "すべての参加者にメールを送信"
types:
- classic: "クラシック"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ka.yml b/modules/meeting/config/locales/crowdin/ka.yml
index f40065fefa82..99784d723ae2 100644
--- a/modules/meeting/config/locales/crowdin/ka.yml
+++ b/modules/meeting/config/locales/crowdin/ka.yml
@@ -215,8 +215,8 @@ ka:
new_date_time: "ახალი თარიღი/დრო"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "კლასიკური"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/kk.yml b/modules/meeting/config/locales/crowdin/kk.yml
index 8a9c8e095f0b..a7b650c22514 100644
--- a/modules/meeting/config/locales/crowdin/kk.yml
+++ b/modules/meeting/config/locales/crowdin/kk.yml
@@ -215,8 +215,8 @@ kk:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ko.yml b/modules/meeting/config/locales/crowdin/ko.yml
index 137e9963e26c..0ea0429266db 100644
--- a/modules/meeting/config/locales/crowdin/ko.yml
+++ b/modules/meeting/config/locales/crowdin/ko.yml
@@ -213,8 +213,8 @@ ko:
new_date_time: "새로운 날짜/시간"
label_mail_all_participants: "모든 참가자에게 이메일 보내기"
types:
- classic: "클래식"
- classic_text: "서식 지정 가능한 단일 텍스트 의제 및 프로토콜로 미팅을 구성하세요."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "구조화됨"
one_time: "일회성"
recurring: "반복"
diff --git a/modules/meeting/config/locales/crowdin/lt.yml b/modules/meeting/config/locales/crowdin/lt.yml
index 3178689fd720..8de9eabd0263 100644
--- a/modules/meeting/config/locales/crowdin/lt.yml
+++ b/modules/meeting/config/locales/crowdin/lt.yml
@@ -219,8 +219,8 @@ lt:
new_date_time: "Nauja data/laikas"
label_mail_all_participants: "Siųsti e-laišką visiems dalyviams"
types:
- classic: "Klasikinis"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/lv.yml b/modules/meeting/config/locales/crowdin/lv.yml
index 9de7ddcb60d8..60d6c27e2a11 100644
--- a/modules/meeting/config/locales/crowdin/lv.yml
+++ b/modules/meeting/config/locales/crowdin/lv.yml
@@ -217,8 +217,8 @@ lv:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Klasisks"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/mn.yml b/modules/meeting/config/locales/crowdin/mn.yml
index a6de730a5fc0..3de70e39628d 100644
--- a/modules/meeting/config/locales/crowdin/mn.yml
+++ b/modules/meeting/config/locales/crowdin/mn.yml
@@ -215,8 +215,8 @@ mn:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ms.yml b/modules/meeting/config/locales/crowdin/ms.yml
index 96ec43982ae0..c94df9c6f7e7 100644
--- a/modules/meeting/config/locales/crowdin/ms.yml
+++ b/modules/meeting/config/locales/crowdin/ms.yml
@@ -213,8 +213,8 @@ ms:
new_date_time: "Tarikh/masa baharu"
label_mail_all_participants: "Hantar e-mel kepada semua peserta"
types:
- classic: "Klasik"
- classic_text: "Atur mesyuarat anda sebagai agenda dan protokol teks boleh format tunggal."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Berstruktur"
one_time: "Sekali"
recurring: "Berulang"
diff --git a/modules/meeting/config/locales/crowdin/ne.yml b/modules/meeting/config/locales/crowdin/ne.yml
index e529d5a37700..2d187ca56738 100644
--- a/modules/meeting/config/locales/crowdin/ne.yml
+++ b/modules/meeting/config/locales/crowdin/ne.yml
@@ -215,8 +215,8 @@ ne:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/nl.yml b/modules/meeting/config/locales/crowdin/nl.yml
index 854eb2aee554..54a01460aeed 100644
--- a/modules/meeting/config/locales/crowdin/nl.yml
+++ b/modules/meeting/config/locales/crowdin/nl.yml
@@ -215,8 +215,8 @@ nl:
new_date_time: "Nieuwe datum/tijd"
label_mail_all_participants: "E-mail verzenden naar alle deelnemers"
types:
- classic: "Klassiek"
- classic_text: "Organiseer uw vergadering met een opmaakbare tekstagenda en protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Gestructureerd"
one_time: "Eenmalig"
recurring: "Terugkerend"
diff --git a/modules/meeting/config/locales/crowdin/no.yml b/modules/meeting/config/locales/crowdin/no.yml
index f223213b4799..a59566dbe044 100644
--- a/modules/meeting/config/locales/crowdin/no.yml
+++ b/modules/meeting/config/locales/crowdin/no.yml
@@ -215,8 +215,8 @@
new_date_time: "Ny dato/tid"
label_mail_all_participants: "Send e-post til alle deltagere"
types:
- classic: "Klassisk"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/pl.yml b/modules/meeting/config/locales/crowdin/pl.yml
index 719b5443375d..8442eba6a882 100644
--- a/modules/meeting/config/locales/crowdin/pl.yml
+++ b/modules/meeting/config/locales/crowdin/pl.yml
@@ -219,8 +219,8 @@ pl:
new_date_time: "Nowa data/godzina"
label_mail_all_participants: "Wyślij wiadomość e-mail do wszystkich uczestników"
types:
- classic: "Klasyczny"
- classic_text: "Zorganizuj spotkanie w jednym formatowanym tekstowym planie spotkania i protokole."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Zorganizowane"
one_time: "Jednorazowe"
recurring: "Cykliczne"
diff --git a/modules/meeting/config/locales/crowdin/pt-BR.yml b/modules/meeting/config/locales/crowdin/pt-BR.yml
index de2eef215de7..a57d3cd944f6 100644
--- a/modules/meeting/config/locales/crowdin/pt-BR.yml
+++ b/modules/meeting/config/locales/crowdin/pt-BR.yml
@@ -215,8 +215,8 @@ pt-BR:
new_date_time: "Nova data/hora"
label_mail_all_participants: "Enviar e-mail para todos os participantes"
types:
- classic: "Clássico"
- classic_text: "Organize sua reunião como uma única agenda e protocolo de texto formatáveis."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Estruturada"
one_time: "Única"
recurring: "Recorrente"
diff --git a/modules/meeting/config/locales/crowdin/pt-PT.yml b/modules/meeting/config/locales/crowdin/pt-PT.yml
index 137c8c41258c..8703cbd94c6e 100644
--- a/modules/meeting/config/locales/crowdin/pt-PT.yml
+++ b/modules/meeting/config/locales/crowdin/pt-PT.yml
@@ -215,8 +215,8 @@ pt-PT:
new_date_time: "Nova data/hora"
label_mail_all_participants: "Enviar e-mail a todos os participantes"
types:
- classic: "Clássico"
- classic_text: "Organize a sua reunião numa única agenda e protocolo de texto formatáveis."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Estruturada"
one_time: "Única"
recurring: "Recorrente"
diff --git a/modules/meeting/config/locales/crowdin/ro.yml b/modules/meeting/config/locales/crowdin/ro.yml
index e717f8fedc8f..62833aa869dd 100644
--- a/modules/meeting/config/locales/crowdin/ro.yml
+++ b/modules/meeting/config/locales/crowdin/ro.yml
@@ -217,8 +217,8 @@ ro:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/ru.yml b/modules/meeting/config/locales/crowdin/ru.yml
index b486fd446863..e564473a5b43 100644
--- a/modules/meeting/config/locales/crowdin/ru.yml
+++ b/modules/meeting/config/locales/crowdin/ru.yml
@@ -219,8 +219,8 @@ ru:
new_date_time: "Новые дата/время"
label_mail_all_participants: "Отправить письмо всем участникам"
types:
- classic: "Классический"
- classic_text: "Организуйте свое совещание в виде единой текстовой повестки дня и протокола, которые можно отформатировать."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Структурированная"
one_time: "Однократная"
recurring: "Периодичность"
diff --git a/modules/meeting/config/locales/crowdin/rw.yml b/modules/meeting/config/locales/crowdin/rw.yml
index cadd6903155b..775fcf7aecb9 100644
--- a/modules/meeting/config/locales/crowdin/rw.yml
+++ b/modules/meeting/config/locales/crowdin/rw.yml
@@ -215,8 +215,8 @@ rw:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/si.yml b/modules/meeting/config/locales/crowdin/si.yml
index e25a189f1cc1..b0f837af0a24 100644
--- a/modules/meeting/config/locales/crowdin/si.yml
+++ b/modules/meeting/config/locales/crowdin/si.yml
@@ -215,8 +215,8 @@ si:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/sk.yml b/modules/meeting/config/locales/crowdin/sk.yml
index 5c085099e98b..b3bbd7a06f31 100644
--- a/modules/meeting/config/locales/crowdin/sk.yml
+++ b/modules/meeting/config/locales/crowdin/sk.yml
@@ -219,8 +219,8 @@ sk:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/sl.yml b/modules/meeting/config/locales/crowdin/sl.yml
index f1289e7ce06a..2088889663e6 100644
--- a/modules/meeting/config/locales/crowdin/sl.yml
+++ b/modules/meeting/config/locales/crowdin/sl.yml
@@ -219,8 +219,8 @@ sl:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/sr.yml b/modules/meeting/config/locales/crowdin/sr.yml
index 566780671fa5..d4b259efddba 100644
--- a/modules/meeting/config/locales/crowdin/sr.yml
+++ b/modules/meeting/config/locales/crowdin/sr.yml
@@ -217,8 +217,8 @@ sr:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/sv.yml b/modules/meeting/config/locales/crowdin/sv.yml
index 7242d1d302da..eee82711e7bf 100644
--- a/modules/meeting/config/locales/crowdin/sv.yml
+++ b/modules/meeting/config/locales/crowdin/sv.yml
@@ -215,8 +215,8 @@ sv:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/th.yml b/modules/meeting/config/locales/crowdin/th.yml
index 968afee913bd..e9b894f4a9a5 100644
--- a/modules/meeting/config/locales/crowdin/th.yml
+++ b/modules/meeting/config/locales/crowdin/th.yml
@@ -213,8 +213,8 @@ th:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/tr.yml b/modules/meeting/config/locales/crowdin/tr.yml
index 3fc99dc4d44e..7afe405f3910 100644
--- a/modules/meeting/config/locales/crowdin/tr.yml
+++ b/modules/meeting/config/locales/crowdin/tr.yml
@@ -215,8 +215,8 @@ tr:
new_date_time: "Yeni tarih/saat"
label_mail_all_participants: "Tüm katılımcılara e-posta gönder"
types:
- classic: "Klasik"
- classic_text: "Toplantınızı biçimlendirilebilir bir metin gündemi ve protokolüyle düzenleyin."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Planlı"
one_time: "Tek seferlik"
recurring: "Yinelenen"
diff --git a/modules/meeting/config/locales/crowdin/uk.yml b/modules/meeting/config/locales/crowdin/uk.yml
index abdb28febe43..ba612a680e16 100644
--- a/modules/meeting/config/locales/crowdin/uk.yml
+++ b/modules/meeting/config/locales/crowdin/uk.yml
@@ -219,8 +219,8 @@ uk:
new_date_time: "Нова дата/час"
label_mail_all_participants: "Надіслати лист усім учасникам"
types:
- classic: "Класична"
- classic_text: "Упорядкуйте нараду у вигляді порядку денного й протоколу в текстовому форматі з підтримкою редагування."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Структурована"
one_time: "Одноразова"
recurring: "Повторювана"
diff --git a/modules/meeting/config/locales/crowdin/uz.yml b/modules/meeting/config/locales/crowdin/uz.yml
index b8eb387553e2..ee29a0420c19 100644
--- a/modules/meeting/config/locales/crowdin/uz.yml
+++ b/modules/meeting/config/locales/crowdin/uz.yml
@@ -215,8 +215,8 @@ uz:
new_date_time: "New date/time"
label_mail_all_participants: "Send email to all participants"
types:
- classic: "Classic"
- classic_text: "Organize your meeting as a single formattable text agenda and protocol."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Structured"
one_time: "One-time"
recurring: "Recurring"
diff --git a/modules/meeting/config/locales/crowdin/vi.yml b/modules/meeting/config/locales/crowdin/vi.yml
index ca60808bebcb..880af64070e9 100644
--- a/modules/meeting/config/locales/crowdin/vi.yml
+++ b/modules/meeting/config/locales/crowdin/vi.yml
@@ -213,8 +213,8 @@ vi:
new_date_time: "Ngày/giờ mới"
label_mail_all_participants: "Gửi email đến tất cả người tham gia"
types:
- classic: "Cổ điển"
- classic_text: "Tổ chức cuộc họp của bạn như một chương trình nghị sự đơn và biên bản định dạng văn bản."
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "Đã cấu trúc"
one_time: "Một lần"
recurring: "Định kỳ"
diff --git a/modules/meeting/config/locales/crowdin/zh-CN.yml b/modules/meeting/config/locales/crowdin/zh-CN.yml
index 73f4fea4678d..3fd97d0e1a4c 100644
--- a/modules/meeting/config/locales/crowdin/zh-CN.yml
+++ b/modules/meeting/config/locales/crowdin/zh-CN.yml
@@ -213,8 +213,8 @@ zh-CN:
new_date_time: "新日期/时间"
label_mail_all_participants: "发送电子邮件给所有参与者"
types:
- classic: "经典"
- classic_text: "将您的会议组织成一个单一格式的文本议程和协议。"
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "结构化"
one_time: "动态"
recurring: "定期"
diff --git a/modules/meeting/config/locales/crowdin/zh-TW.yml b/modules/meeting/config/locales/crowdin/zh-TW.yml
index 364d7b8391ed..cdf0db78bf09 100644
--- a/modules/meeting/config/locales/crowdin/zh-TW.yml
+++ b/modules/meeting/config/locales/crowdin/zh-TW.yml
@@ -213,8 +213,8 @@ zh-TW:
new_date_time: "新日期/時間"
label_mail_all_participants: "發送電子郵件給所有參與者"
types:
- classic: "經典"
- classic_text: "將會議組織為單一可格式化的文字議程和規程。"
+ classic: "Classic (unsupported)"
+ classic_text: "Note: Classic meetings will be removed in the next version of OpenProject."
structured: "結構化"
one_time: "一次性"
recurring: "重覆"