From cb7c5ce2c42c9d09928acba03d658fae6c833ffb Mon Sep 17 00:00:00 2001 From: kgough Date: Thu, 15 Dec 2016 08:41:23 +1000 Subject: [PATCH] fix: removed code that was making the 'Add part of speech' box display outside of Glossary table --- .../src/frontend/app/containers/Glossary/Entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js b/server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js index 8468a9c176..1bd248d888 100644 --- a/server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js +++ b/server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js @@ -142,7 +142,7 @@ class Entry extends Component { editable={!transSelected && editable} editing={selected} onChange={(e) => handleTermFieldUpdate('pos', e)} - placeholder='Add part of speech…' + placeholder='Add part of speech' emptyReadOnlyText='No part of speech'> {entry.pos} )