Renamed bootstrap theme preview page

Renamed bootstrap theme preview page to theme preview to clarify
that it is a preview of both bootstrap and horizon specific elements.

Change-Id: I88281b674ba5fdee735cc1091bb9767949eb8318
This commit is contained in:
Beth Elwell
2016-11-08 14:30:40 +00:00
parent 8c17f76e96
commit 82511ea8f1

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'