Skip to content

Commit

Permalink
Merge pull request #1313 from nextcloud/stable9-backport-1307
Browse files Browse the repository at this point in the history
[stable9] Fix layout of success message and text
  • Loading branch information
LukasReschke authored Sep 7, 2016
2 parents afc928d + 18005be commit 83515c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/updatenotification/controller/admincontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function displayPanel() {
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')]]);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion apps/updatenotification/templates/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 83515c9

Please sign in to comment.