diff --git a/src/js/render.js b/src/js/render.js
index a818cb5..991ad15 100644
--- a/src/js/render.js
+++ b/src/js/render.js
@@ -268,18 +268,16 @@ export function renderEditForm(wordId = false) {
wordId = typeof wordId.target === 'undefined' ? wordId : parseInt(this.id.replace('edit_', ''));
const word = window.currentDictionary.words.find(w => w.wordId === wordId);
if (word) {
- const ipaPronunciationField = ``;
- const plainPronunciationField = ``;
+ const ipaPronunciationField = `
+ Field Help`;
+ const plainPronunciationField = ``;
const editForm = `