diff --git a/webapp_column_left.py b/webapp_column_left.py
index f8d0d826..e8ac0501 100644
--- a/webapp_column_left.py
+++ b/webapp_column_left.py
@@ -339,10 +339,8 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
editLinksForm += \
'
\n'
editLinksForm += \
- '
\n' + \
' \n' + \
- ' \n'
+ translate['Submit'] + '">\n'
editLinksForm += \
' \n'
diff --git a/webapp_column_right.py b/webapp_column_right.py
index 450d2034..6f3c6568 100644
--- a/webapp_column_right.py
+++ b/webapp_column_right.py
@@ -505,10 +505,8 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
# ' \n'
editNewswireForm += \
- ' \n' + \
' \n' + \
- ' \n'
+ translate['Submit'] + '">\n'
editNewswireForm += \
' \n'