diff --git a/src/modules/03_recruiting/views/01_compete/Period.vue b/src/modules/03_recruiting/views/01_compete/Period.vue
index 36995d697..92d19ae5b 100644
--- a/src/modules/03_recruiting/views/01_compete/Period.vue
+++ b/src/modules/03_recruiting/views/01_compete/Period.vue
@@ -286,7 +286,7 @@ async function clickUpload(id: string) {
*/
async function clickEdit(id: string) {
modalScore.value = true;
- textTittleScore.value = "นำเข้าบัญชีรวมคะแนนทั้งหมด (เรียงตามเลขประจำตัวสอบ)";
+ textTittleScore.value = "นำเข้าบัญชีรวมคะแนน";
selected_row_id.value = id;
}
@@ -669,8 +669,7 @@ onMounted(async () => {