From 15c7f739f0235dc03f0f11707070c600120e4d94 Mon Sep 17 00:00:00 2001 From: Liz Looney Date: Thu, 4 Sep 2025 21:50:29 -0700 Subject: [PATCH] Removed addTabDialog.newItemPlaceholder which was not used in the AddTabDialog. It was used in the ClassNameCompoonent and ProjectNameComponent and "Add Module" doesn't make sense there. --- src/i18n/locales/en/translation.json | 1 - src/i18n/locales/es/translation.json | 1 - src/i18n/locales/he/translation.json | 1 - src/reactComponents/ClassNameComponent.tsx | 1 - src/reactComponents/ProjectNameComponent.tsx | 1 - 5 files changed, 5 deletions(-) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 728edbf7..feaffcd1 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -17,7 +17,6 @@ "example_project": "For example: WackyWheelerRobot", "addTabDialog": { "title": "Add Tab", - "newItemPlaceholder": "Add Module", "search": "Search..." }, "PROJECT": "Project", diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index 25d9c420..c2dbfd82 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -36,7 +36,6 @@ "COPY": "Copiar", "addTabDialog": { "title": "Agregar Pestaña", - "newItemPlaceholder": "Agregar Módulo", "search": "Buscar..." }, "MECHANISMS": "Mecanismos", diff --git a/src/i18n/locales/he/translation.json b/src/i18n/locales/he/translation.json index 9b0acff2..6b5f87b9 100644 --- a/src/i18n/locales/he/translation.json +++ b/src/i18n/locales/he/translation.json @@ -17,7 +17,6 @@ "example_project": "לדוגמה: WackyWheelerRobot", "addTabDialog": { "title": "הוסף כרטיסייה", - "newItemPlaceholder": "הוסף מודול", "search": "חיפוש..." }, "PROJECT": "פרויקט", diff --git a/src/reactComponents/ClassNameComponent.tsx b/src/reactComponents/ClassNameComponent.tsx index 0fa5742d..16111e88 100644 --- a/src/reactComponents/ClassNameComponent.tsx +++ b/src/reactComponents/ClassNameComponent.tsx @@ -121,7 +121,6 @@ export default function ClassNameComponent(props: ClassNameComponentProps): Reac const renderInput = (): React.JSX.Element => ( (