mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: improve notebook sheet wording
This commit is contained in:
committed by
Abdullah Atta
parent
d9d229b020
commit
d18a8742f1
@@ -129,7 +129,7 @@ export const AddNotebookSheet = ({
|
||||
titleInput?.current?.focus();
|
||||
});
|
||||
}}
|
||||
placeholder="Enter a title"
|
||||
placeholder="Enter notebook title"
|
||||
onSubmit={() => {
|
||||
descriptionInput.current?.focus();
|
||||
}}
|
||||
@@ -144,7 +144,7 @@ export const AddNotebookSheet = ({
|
||||
onChangeText={(value) => {
|
||||
description.current = value;
|
||||
}}
|
||||
placeholder="Describe your notebook."
|
||||
placeholder="Enter notebook description"
|
||||
returnKeyLabel="Next"
|
||||
returnKeyType="next"
|
||||
defaultValue={notebook ? notebook.description : ""}
|
||||
|
||||
Reference in New Issue
Block a user