diff --git a/frontend/src/app/admin/roles/page.tsx b/frontend/src/app/admin/roles/page.tsx index 281db70..28b9193 100644 --- a/frontend/src/app/admin/roles/page.tsx +++ b/frontend/src/app/admin/roles/page.tsx @@ -270,16 +270,15 @@ export default function RolesManagement() {

الأدوار والصلاحيات

-

إدارة أدوار المستخدمين ومصفوفة الصلاحيات

+

إدارة أدوار المستخدمين و الصلاحيات

- {/* رجعنا زر الإنشاء */}
@@ -366,7 +365,7 @@ export default function RolesManagement() { onClick={() => setShowEditModal(true)} className="px-4 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition-colors font-medium" > - تعديل الاسم والصلاحيات + تعديل @@ -455,7 +454,7 @@ export default function RolesManagement() { value={newTitleAr} onChange={(e) => setNewTitleAr(e.target.value)} className="w-full border border-gray-300 rounded-lg px-3 py-2" - placeholder="مثال: مندوب مبيعات" + placeholder="مثال: مستخدم عادي" /> @@ -503,7 +502,7 @@ export default function RolesManagement() { value={newCode} onChange={(e) => setNewCode(e.target.value)} className="w-full border border-gray-300 rounded-lg px-3 py-2" - placeholder="e.g. SALES_REP (إذا تركته فاضي النظام يولّد تلقائياً)" + placeholder="e.g. SALES_REP (في حال كان فارغاً سيقوم النظام بتوليده تلقائياً)" />