doc: fix member role description (#30)

This commit is contained in:
Takeshi Kimata
2024-09-18 22:40:44 +09:00
committed by GitHub
parent d073a4d85f
commit 7e2b51b40b
2 changed files with 2 additions and 2 deletions

View File

@@ -51,6 +51,6 @@ Defined test cases can be reused multiple times in test runs, enabling efficient
### Project member management ### 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: 'Manager' 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, 'Developer' who designs the tests, and 'Reporter' who executes the tests.
![Member Management](./frontend/public/top/light/member.png) ![Member Management](./frontend/public/top/light/member.png)

View File

@@ -67,7 +67,7 @@
"run_management_title": "Test Run Management", "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.", "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_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: 'Manager' 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, 'Developer' who designs the tests, and 'Reporter' who executes the tests. "
}, },
"Header": { "Header": {
"title": "Open Source Test Case Management System", "title": "Open Source Test Case Management System",