diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-09-07 16:38:12 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-07 16:51:25 +0200 |
commit | 5bf17607b391257ced9339b969c5da6164ead495 (patch) | |
tree | bc1d376b3bf5068639e7601644effe024bcfb52f /apps/updatenotification/templates | |
parent | 3dd619d88bc8bb91cf7cf532ea646e11d5176abc (diff) | |
download | nextcloud-server-5bf17607b391257ced9339b969c5da6164ead495.tar.gz nextcloud-server-5bf17607b391257ced9339b969c5da6164ead495.zip |
Fix layout of success message and text
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r-- | apps/updatenotification/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 3c3d6cbd4cd..68ef1d423b4 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -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> |