Add new status when edit customers

This commit is contained in:
Ibnu Maksum
2024-05-18 23:14:03 +07:00
parent 1bada918b9
commit 41161ebc7c
5 changed files with 14 additions and 13 deletions

View File

@ -589,5 +589,7 @@
"Don_t_forget_to_deactivate_all_active_plan_too": "Don't forget to deactivate all active plan too",
"Ascending": "Ascending",
"Descending": "Descending",
"Created_Date": "Created Date"
"Created_Date": "Created Date",
"Inactive": "Inactive",
"Suspended": "Suspended"
}

View File

@ -474,5 +474,7 @@
"SMS_and_WhatsApp": "SMS dan WhatsApp",
"The_method_which_OTP_will_be_sent_to_user": "Metode OTP yang akan dikirimkan ke pengguna",
"Disabled": "Dinonaktifkan",
"Banned": "Banned"
"Banned": "Dicekal",
"Inactive": "Tidak Aktif",
"Suspended": "Disuspend"
}