Merge branch 'release/v2.0.4' of https://github.com/Worklenz/worklenz into fix/WB-705-task-list-timer-cell

This commit is contained in:
chamiakJ
2025-07-03 07:48:00 +05:30
4 changed files with 24 additions and 9 deletions

View File

@@ -166,7 +166,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