Merge pull request #1313 from nextcloud/stable9-backport-1307

[stable9] Fix layout of success message and text
This commit is contained in:
Lukas Reschke 2016-09-07 22:46:54 +02:00 committed by GitHub
commit 83515c90e9
2 changed files with 2 additions and 2 deletions

View File

@ -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')]]);
}
/**

View File

@ -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>