Skip to content

Commit

Permalink
fix: 🐛 entity replacement input placeholder text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 29, 2023
1 parent 06e7897 commit 20927a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -6945,7 +6945,7 @@ const guidedOpenEntityEditSwal = async (entityName) => {
<input value="${entityName.replace(
entityPrefix,
""
)}" id='input-new-entity-name' class='guided--input' type='text' placeholder='Enter new subject name and press edit'/>
)}" id='input-new-entity-name' class='guided--input' type='text' placeholder='Enter new ${entityNameSingular} name and press edit'/>
</div>
`,
width: 800,
Expand Down

0 comments on commit 20927a5

Please sign in to comment.