diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index 88e5c060..98301aa6 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -746,8 +746,6 @@ "customize": { "title": "تخصيص الجدول", "hint": "أظهر أو أخفِ الأعمدة. اسحب رؤوس الأعمدة لإعادة الترتيب.", - "moveUp": "تحريك للأعلى", - "moveDown": "تحريك للأسفل", "reset": "إعادة التعيين", "dragHint": "اسحب حد العمود لتغيير عرضه" }, diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index 8ceab72e..08e5a045 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -699,8 +699,6 @@ "customize": { "title": "Customize table", "hint": "Show or hide columns. Drag column headers to reorder.", - "moveUp": "Move up", - "moveDown": "Move down", "reset": "Reset", "dragHint": "Drag a column edge to resize it" }, diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index 8128086f..8545432d 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -36,8 +36,6 @@ import { Copy, Eye, EyeOff, - ArrowUp, - ArrowDown, RotateCcw, Palette, Sliders,