mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-05 12:50:29 +02:00
This commit is contained in:
parent
e566f404a7
commit
728105f936
@ -109,7 +109,7 @@ export default function NoteTitleBar(props: Props) {
|
|||||||
className="title-input"
|
className="title-input"
|
||||||
type="text"
|
type="text"
|
||||||
ref={props.titleInputRef}
|
ref={props.titleInputRef}
|
||||||
placeholder={props.isProvisional ? _('Creating new %s...', props.noteIsTodo ? _('to-do') : _('note')) : ''}
|
placeholder={props.isProvisional ? (props.noteIsTodo ? _('Creating new to-do...') : _('Creating new note...')) : ''}
|
||||||
style={styles.titleInput}
|
style={styles.titleInput}
|
||||||
readOnly={props.disabled}
|
readOnly={props.disabled}
|
||||||
onChange={props.onTitleChange}
|
onChange={props.onTitleChange}
|
||||||
|
Loading…
Reference in New Issue
Block a user