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