summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-09-07 16:38:12 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-09-07 19:19:39 +0200
commit18005be13d8ae158af232ceaf8a10c0d3594a925 (patch)
treedefccea7305eaa54d6635a754c104d3b1dadee39 /apps
parentafc928d1333114d2654e2d29aff5a76f23add40c (diff)
downloadnextcloud-server-18005be13d8ae158af232ceaf8a10c0d3594a925.tar.gz
nextcloud-server-18005be13d8ae158af232ceaf8a10c0d3594a925.zip
Fix layout of success message and text
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/controller/admincontroller.php2
-rw-r--r--apps/updatenotification/templates/admin.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/controller/admincontroller.php b/apps/updatenotification/controller/admincontroller.php
index 8b85bac3025..8635b3f3e3d 100644
--- a/apps/updatenotification/controller/admincontroller.php
+++ b/apps/updatenotification/controller/admincontroller.php
@@ -148,7 +148,7 @@ class AdminController extends Controller {
public function setChannel($channel) {
\OCP\Util::setChannel($channel);
$this->config->setAppValue('core', 'lastupdatedat', 0);
- return new DataResponse(['status' => 'success', 'data' => ['message' => $this->l10n->t('Updated channel')]]);
+ return new DataResponse(['status' => 'success', 'data' => ['message' => $this->l10n->t('Channel updated')]]);
}
/**
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php
index e9de87304c5..67f693ce7ea 100644
--- a/apps/updatenotification/templates/admin.php
+++ b/apps/updatenotification/templates/admin.php
@@ -40,7 +40,7 @@
</option>
<?php } ?>
</select>
- <span id="channel_save_msg"></span>
+ <span id="channel_save_msg" class="msg"></span>
</p>
<p>
<em><?php p($l->t('You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.')); ?></em>