Fix layout of success message and text
This commit is contained in:
parent
e83cb0bf56
commit
86bbea9b8c
|
@ -128,7 +128,7 @@ class AdminController extends Controller implements ISettings {
|
|||
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')]]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -32,7 +32,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>
|
||||
|
|
Loading…
Reference in New Issue