diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-12-13 02:19:47 +0000 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2017-12-18 07:45:27 +0000 |
commit | 67c2e14dd2157be7bac63148e8ce27504ec1685c (patch) | |
tree | 50c7ae3fad14f7e94ca042daa5278c788c49f09d /cvp/3rd_party/static/testapi-ui/shared | |
parent | 9dc1c1bad1146c5d277eaa63c929c45c1a99950d (diff) |
[ovp-web] Modify new web portal header to reflect program name change
JIRA: DOVETAIL-569
CVP is officially being renamed to 'OPNFV Verified Program'. We will
adopt the acronym OVP instead of CVP. The new web portal header needs to
modified to OPNFV Verified Program.
Change-Id: I0ee1780b4e544dce4cf0b029733d1318a7c4e8fb
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
(cherry picked from commit b28552a3fce6b4cb900823a0645cac7731451042)
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/shared')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/shared/header/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/shared/header/header.html b/cvp/3rd_party/static/testapi-ui/shared/header/header.html index 8504b581..1ca88f61 100644 --- a/cvp/3rd_party/static/testapi-ui/shared/header/header.html +++ b/cvp/3rd_party/static/testapi-ui/shared/header/header.html @@ -6,7 +6,7 @@ </a> </div> <div class="col-md-offset-1 header-title"> - <span class="header-title">Compliance Verification Program</span> + <span class="header-title">OPNFV Verified Program</span> </div> </div> |