Merge "Renamed bootstrap theme preview page"

This commit is contained in:
Jenkins 2016-11-09 02:39:34 +00:00 committed by Gerrit Code Review
commit 5f60f150de
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# Copyright 2015 Cisco Systems, Inc.
# Copyright (c) 2016 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -18,5 +19,5 @@ import horizon
class Preview(horizon.Panel):
name = _("Bootstrap Theme Preview")
name = _("Theme Preview")
slug = 'theme_preview'