feat: adjustment on the translation

This commit is contained in:
akhdanre 2025-05-25 17:32:58 +07:00
parent 661930d2bd
commit 5e27f09921
2 changed files with 3 additions and 2 deletions

View File

@ -117,5 +117,7 @@
"seconds_suffix": "d",
"quiz_type_option": "Pilihan Ganda",
"quiz_type_true_false": "Benar atau Salah",
"quiz_type_fill_the_blank": "Isian Kosong"
"quiz_type_fill_the_blank": "Isian Kosong",
"start_quiz": "Start Quiz"
}

View File

@ -34,7 +34,6 @@ class HomeView extends GetView<HomeController> {
],
),
),
// ButtonOption di luar Padding
ButtonOption(
onCreate: controller.goToQuizCreation,
onCreateRoom: controller.goToRoomMaker,