From 51708267d3df4d708e279d455a03af83e27ee003 Mon Sep 17 00:00:00 2001 From: fahed Date: Wed, 11 Mar 2026 10:49:51 +0300 Subject: [PATCH] fix: add missing i18n key for artefacts details tab Co-Authored-By: Claude Opus 4.6 --- client/src/i18n/ar.json | 1 + client/src/i18n/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/i18n/ar.json b/client/src/i18n/ar.json index a0a7a3b..fe26636 100644 --- a/client/src/i18n/ar.json +++ b/client/src/i18n/ar.json @@ -518,6 +518,7 @@ "issues.statusUpdated": "تم تحديث حالة المشكلة!", "issues.dropHere": "أفلت هنا", "issues.noIssuesInColumn": "لا توجد مشاكل", + "artefacts.details": "التفاصيل", "artefacts.review": "المراجعة", "artefacts.grid": "شبكة", "artefacts.list": "قائمة", diff --git a/client/src/i18n/en.json b/client/src/i18n/en.json index 7474e7a..a8642d3 100644 --- a/client/src/i18n/en.json +++ b/client/src/i18n/en.json @@ -518,6 +518,7 @@ "issues.statusUpdated": "Issue status updated!", "issues.dropHere": "Drop here", "issues.noIssuesInColumn": "No issues", + "artefacts.details": "Details", "artefacts.review": "Review", "artefacts.grid": "Grid", "artefacts.list": "List",