Fix: Change title strings (#1212)
* change title strings * add conditional operator
This commit is contained in:
committed by
GitHub
parent
cd1bf14925
commit
5890354d21
@ -73,7 +73,7 @@ export function ActivityTitle({
|
||||
<StyledEditableTitleInput
|
||||
autoComplete="off"
|
||||
autoFocus
|
||||
placeholder={`${type} title (optional)`}
|
||||
placeholder={`${type} title`}
|
||||
onChange={(event) => onTitleChange(event.target.value)}
|
||||
value={title}
|
||||
completed={completed}
|
||||
|
||||
Reference in New Issue
Block a user