diff --git a/README.md b/README.md index b83e2be..596e569 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ UnitTCMS is an open source test case management system. The application is free [🧪Demo](https://www.unittcms.org) -[📘Docs](https://kimatata.github.io/unittcms/) +[📘Docs](https://kimatata.github.io/unittcms/docs) ## Features @@ -34,6 +34,6 @@ Defined test cases can be reused multiple times in test runs, enabling efficient ### Project member management -Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Administrator' who manages the entire project, 'Designer' who designs the tests, and 'Reporter' who executes the tests. +Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Manager' who manages the entire project, 'Designer' who designs the tests, and 'Reporter' who executes the tests. ![Member Management](./frontend/public/top/light/member.png) diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 6fda770..92cf712 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -15,11 +15,11 @@ "project_title": "Project-Based", "project_subtitle": "Manage test cases and test runs on a project-by-project basis. Our dashboard provides an at-a-glance view of the types of test cases and their progress for each project. This allows you to monitor project status in real-time and manage efficiently.", "case_management_title": "Test Case Management", - "case_management_subtitle": "Create folders within projects and define test cases with ease using our modern and intuitive UI. Aattaching files enables detailed explanations of test cases, making it easy to share information across the entire team.", + "case_management_subtitle": "Create folders within projects and define test cases with ease using our modern and intuitive UI. Attaching files enables detailed explanations of test cases, making it easy to share information across the entire team.", "run_management_title": "Test Run Management", "run_management_subtitle": "Defined test cases can be reused multiple times in test runs, enabling efficient test cycles. Additionally, you can visually monitor the status of test runs and projects.", "member_management_title": "Member Management", - "member_management_subtitle": "Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Administrator' who manages the entire project, 'Designer' who designs the tests, and 'Reporter' who executes the tests. " + "member_management_subtitle": "Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Manager' who manages the entire project, 'Designer' who designs the tests, and 'Reporter' who executes the tests. " }, "Header": { "title": "Open Source Test Case Management System",