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 => ( (