From 82511ea8f126f2e50664fdd931ec14e2af882dc4 Mon Sep 17 00:00:00 2001 From: Beth Elwell Date: Tue, 8 Nov 2016 14:30:40 +0000 Subject: [PATCH] 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 --- openstack_dashboard/contrib/developer/theme_preview/panel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack_dashboard/contrib/developer/theme_preview/panel.py b/openstack_dashboard/contrib/developer/theme_preview/panel.py index 5c34fe0ccd..ebe06fc1d1 100644 --- a/openstack_dashboard/contrib/developer/theme_preview/panel.py +++ b/openstack_dashboard/contrib/developer/theme_preview/panel.py @@ -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'