summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/admin/Admin.js2
-rw-r--r--templates/admin.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/admin/Admin.js b/js/admin/Admin.js
index 61af46461..2506cf41a 100644
--- a/js/admin/Admin.js
+++ b/js/admin/Admin.js
@@ -73,7 +73,7 @@
useCronUpdatesInput.prop('checked', data.useCronUpdates);
});
- }
+ };
$('#news input[type="text"]').blur(submit);
$('#news input[type="checkbox"]').change(submit);
diff --git a/templates/admin.php b/templates/admin.php
index eb5960149..7c9836c94 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -12,7 +12,7 @@ style('news', 'admin');
<?php p($l->t('Use ownCloud cron to for updates')); ?></label>
<p>
<em><?php p($l->t(
- 'Disable this if you run a custom updater such as the Python' .
+ 'Disable this if you run a custom updater such as the Python ' .
'updater included in the app.'
)); ?></em>
</p>