From 92cc082c5433aa2051bb20185d54bb8cb93862e2 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Fri, 30 Jan 2026 15:39:04 +0700 Subject: [PATCH] chore: use localized language --- src/components/helper/PermissionNotFound.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/helper/PermissionNotFound.tsx b/src/components/helper/PermissionNotFound.tsx index 75e48c62..e2823b8b 100644 --- a/src/components/helper/PermissionNotFound.tsx +++ b/src/components/helper/PermissionNotFound.tsx @@ -1,10 +1,17 @@ +import Button from '@/components/Button'; + const PermissionNotFound = () => { return (
-

Permission Not Found

+

+ Hak Akses Tidak Ditemukan +

- You do not have permission to access this page. + Anda tidak memiliki hak akses untuk mengakses halaman ini.

+
); };