Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"example_project": "For example: WackyWheelerRobot",
"addTabDialog": {
"title": "Add Tab",
"newItemPlaceholder": "Add Module",
"search": "Search..."
},
"PROJECT": "Project",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"COPY": "Copiar",
"addTabDialog": {
"title": "Agregar Pestaña",
"newItemPlaceholder": "Agregar Módulo",
"search": "Buscar..."
},
"MECHANISMS": "Mecanismos",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/he/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"example_project": "לדוגמה: WackyWheelerRobot",
"addTabDialog": {
"title": "הוסף כרטיסייה",
"newItemPlaceholder": "הוסף מודול",
"search": "חיפוש..."
},
"PROJECT": "פרויקט",
Expand Down
1 change: 0 additions & 1 deletion src/reactComponents/ClassNameComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function ClassNameComponent(props: ClassNameComponentProps): Reac
const renderInput = (): React.JSX.Element => (
<Antd.Input
style={{width: getInputWidth()}}
placeholder={t('addTabDialog.newItemPlaceholder')}
value={props.newItemName}
onChange={handleInputChange}
onPressEnter={handleAddNewItem}
Expand Down
1 change: 0 additions & 1 deletion src/reactComponents/ProjectNameComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default function ProjectNameComponent(props: ProjectNameComponentProps):
const renderInput = (): React.JSX.Element => (
<Antd.Input
style={FULL_WIDTH_STYLE}
placeholder={t('addTabDialog.newItemPlaceholder')}
value={props.newItemName}
onChange={handleInputChange}
onPressEnter={handleAddNewItem}
Expand Down