diff --git a/packages/templates/v1/meeting-summary.json b/packages/templates/v1/meeting-summary.json index 7968a177f..69ac905c3 100644 --- a/packages/templates/v1/meeting-summary.json +++ b/packages/templates/v1/meeting-summary.json @@ -52,7 +52,7 @@ "insert": "Project:" }, { - "insert": " [alink the project plan]\n", + "insert": " [Link the project plan]\n", "attributes": { "background": "var(--affine-text-highlight-grey)" } @@ -67,7 +67,7 @@ } }, { - "insert": "\nDate & time:" + "insert": "\nDate & Time:" }, { "insert": " [type /today]", diff --git a/packages/templates/v1/okr-template.json b/packages/templates/v1/okr-template.json index 31990bb2e..e86d94665 100644 --- a/packages/templates/v1/okr-template.json +++ b/packages/templates/v1/okr-template.json @@ -63,7 +63,7 @@ } }, { - "insert": " allows team members to participate in theformulation and decomposition of qoals, jointly find a way to achieve them. and divefull play to their subjective initiative, The weekly progress alignment allows eachmember to fully understand the goals, contribute ideas, and combine timelyfeedback and correction to complete the goal better and faster." + "insert": " helps teams work together to create and break down their goals. They also figure out how to reach those goals and use their own ideas and creativity. Every week, the team checks in to make sure everyone understands the goals, shares their thoughts, and makes changes as needed to get the job done well and quickly." } ] }, @@ -91,7 +91,7 @@ "sys:children": [], "prop:text": [ { - "insert": "All team members collaboratively fill in the latest progress and next step plan of the person in charge of OKR, and discuss the progress at the meeting e! Team OKR weeklymeeting" + "insert": "All team members collectively update the latest progress and the next step plan for the person responsible for the OKR. These updates are discussed during the weekly Team OKR meeting." } ], "prop:type": "text" diff --git a/packages/templates/v1/preloading.json b/packages/templates/v1/preloading.json index fe46fda00..23d66bfff 100644 --- a/packages/templates/v1/preloading.json +++ b/packages/templates/v1/preloading.json @@ -19,7 +19,7 @@ ], "prop:title": [ { - "insert": "AFFiNE - not just a note taking app" + "insert": "AFFiNE - not just a note-taking app" } ] }, @@ -6244,7 +6244,7 @@ "prop:type": "text", "prop:text": [ { - "insert": "With powerful databases you can create your content inside of tables but leverage powerful features. From adding due dates, tracking progress, adding tags and status labels." + "insert": "With powerful databases, you can create content within tables and leverage powerful features such as adding due dates, tracking progress, and adding tags and status labels." } ] }, @@ -6325,7 +6325,7 @@ } }, { - "insert": " . Whether you want to share new ideas or interact with other like minded individuals - we look forward to having you." + "insert": " . Whether you want to share new ideas or interact with other like-minded individuals - we look forward to having you." } ] }, diff --git a/packages/templates/v1/template-galleries.json b/packages/templates/v1/template-galleries.json index dc8b74eae..01c701eb6 100644 --- a/packages/templates/v1/template-galleries.json +++ b/packages/templates/v1/template-galleries.json @@ -127,7 +127,7 @@ "prop:type": "quote", "prop:text": [ { - "insert": "Stay organized and efficient in a dynamic work environment is essential for today's working people. AFFiNE elevates productivity for project managers, software engineers, and professionals alike. We're excited to provide insights into how AFFiNE transforms work life. " + "insert": "Staying organized and efficient in a dynamic work environment is essential for today's working people. AFFiNE elevates productivity for project managers, software engineers, and professionals alike. We're excited to provide insights into how AFFiNE transforms work life. " } ] }, diff --git a/packages/templates/v1/travel-plan.json b/packages/templates/v1/travel-plan.json index 9cf6111e4..23a1a4663 100644 --- a/packages/templates/v1/travel-plan.json +++ b/packages/templates/v1/travel-plan.json @@ -279,7 +279,7 @@ "sys:children": [], "prop:text": [ { - "insert": "🧳 Pre-Departure Check list Check list " + "insert": "🧳 Pre-Departure Check list " } ], "prop:type": "h6" @@ -511,7 +511,7 @@ "prop:type": "todo", "prop:text": [ { - "insert": "airin" + "insert": "airline" } ], "prop:checked": false diff --git a/tests/affine-local/e2e/drag-page-to-trash-folder.spec.ts b/tests/affine-local/e2e/drag-page-to-trash-folder.spec.ts index 2aee67f75..b05eaa645 100644 --- a/tests/affine-local/e2e/drag-page-to-trash-folder.spec.ts +++ b/tests/affine-local/e2e/drag-page-to-trash-folder.spec.ts @@ -15,7 +15,7 @@ test('drag a page from "All pages" list onto the "Trash" folder in the sidebar t await page.waitForTimeout(500); } - const title = 'AFFiNE - not just a note taking app'; + const title = 'AFFiNE - not just a note-taking app'; // Drag-and-drop // Ref: https://playwright.dev/docs/input#dragging-manually