From 4adbb16cbeeb3121e8f56ea9424784f1511256a9 Mon Sep 17 00:00:00 2001 From: Joe M Date: Thu, 11 Jun 2015 04:19:53 -0400 Subject: [PATCH] Update list_updates.html Fix broken links --- web/templates/admin/list_updates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/admin/list_updates.html b/web/templates/admin/list_updates.html index 71b9d6b8..f86fbc40 100644 --- a/web/templates/admin/list_updates.html +++ b/web/templates/admin/list_updates.html @@ -5,9 +5,9 @@ '.__('disable autoupdate').''; + echo ''.__('disable autoupdate').''; } else { - echo ''.__('enable autoupdate').''; + echo ''.__('enable autoupdate').''; } ?>