fix(enhanced-kanban): update subtask placeholder text for clarity
This commit is contained in:
@@ -161,7 +161,7 @@ const EnhancedKanbanCreateSubtaskCard = ({
|
|||||||
onKeyUp={e => e.stopPropagation()}
|
onKeyUp={e => e.stopPropagation()}
|
||||||
onKeyPress={e => e.stopPropagation()}
|
onKeyPress={e => e.stopPropagation()}
|
||||||
onBlur={handleInputBlur}
|
onBlur={handleInputBlur}
|
||||||
placeholder={t('kanbanBoard.addSubTaskPlaceholder')}
|
placeholder={t('newSubtaskNamePlaceholder')}
|
||||||
className={`enhanced-kanban-create-subtask-input ${themeMode === 'dark' ? 'dark' : ''}`}
|
className={`enhanced-kanban-create-subtask-input ${themeMode === 'dark' ? 'dark' : ''}`}
|
||||||
disabled={creatingTask}
|
disabled={creatingTask}
|
||||||
autoFocus
|
autoFocus
|
||||||
|
|||||||
Reference in New Issue
Block a user