Skip to content

Commit 3c7b69e

Browse files
hgw77andypf
andauthored
chore(core): rename Converged Cloud to SAP Cloud Infrastructure (#1649)
Co-authored-by: Andreas Pfau <[email protected]>
1 parent 48aaa96 commit 3c7b69e

File tree

36 files changed

+221
-534
lines changed

36 files changed

+221
-534
lines changed

app/helpers/application_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def cached_object(searchTerm, options = {})
3838
end
3939

4040
def page_title
41-
"CCloud #{@scoped_domain_name if @scoped_domain_name} #{current_region if respond_to?(:current_region) and current_region}"
41+
"SAP Cloud Infrastructure #{@scoped_domain_name if @scoped_domain_name} #{current_region if respond_to?(:current_region) and current_region}"
4242
end
4343

4444
def render_paginatable(items, filter = {}, options = {})

app/javascript/widgets/landing_page/components/layout/PageFooter.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const PageFooter = () => {
4141
Detailed information
4242
</h5>
4343
<p>
44-
The documentation has detailed information about all the services that Converged Cloud offers including
45-
how-tos and tutorials.
44+
The documentation has detailed information about all the services that SAP Cloud Infrastructure offers
45+
including how-tos and tutorials.
4646
</p>
4747
<div className="tw-mt-auto">
4848
<Button

app/javascript/widgets/landing_page/components/layout/PageHead.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const PageHead = () => {
2727
}
2828

2929
return (
30-
<PageHeader logo={<SapLogo alt="SAP" />}>
30+
<PageHeader logo={<SapLogo alt="SAP" />} heading="Cloud Infrastructure">
3131
<Stack className="tw-ml-auto" gap="4" alignment="center">
3232
<>
3333
{selectedDomain === "CC3TEST" && (

app/javascript/widgets/landing_page/pages/home.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import React from "react"
77

88
import useStore from "../store"
9-
import CCLogo from "../assets/images/CCloud_Logo_light.svg"
109
import WorldMap from "../assets/images/map.svg"
1110
import backgroundTop from "../assets/images/background_header.png"
1211

@@ -63,8 +62,6 @@ const Home = () => {
6362
<div className="tw-flex tw-flex-col tw-grow">
6463
<LoginOverlay />
6564
<div className="tw-max-w-[1280px] tw-w-full tw-mx-auto tw-pt-8">
66-
<CCLogo className="tw-mb-4 tw-w-[240px] tw-h-auto" alt="Converged Cloud" />
67-
6865
<Stack alignment="center">
6966
<div className="tw-text-xl tw-w-3/5 tw-mr-auto">
7067
{"SAP's "} strategic Infrastructure-as-a-Service (IaaS) stack, optimized for SAP solutions, running purely

app/views/application/_cloudops_nav.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%span.icon-bar
99
= link_to main_app.landing_page_url(@scoped_domain_fid ? @scoped_domain_fid : Rails.configuration.default_domain), class: "navbar-brand" do
1010
.logo
11-
Converged Cloud
11+
Cloud Infrastructure
1212

1313
.collapse.navbar-collapse#main-nav-collapse
1414
%ul.nav.navbar-nav

app/views/application/_footer.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}, 60000);
1616

1717
.container
18-
= image_tag "monsoon_cloud.svg", alt: "Monsoon Converged Cloud", class: "pull-right"
18+
= image_tag "monsoon_cloud.svg", alt: "Monsoon SAP Cloud Infrastructure", class: "pull-right"
1919

2020
.row
2121
.col-sm-3

app/views/application/_nav.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%span.icon-bar
99
= link_to main_app.landing_page_url(@scoped_domain_fid ? @scoped_domain_fid : Rails.configuration.default_domain), class: "navbar-brand" do
1010
.logo
11-
Converged Cloud
11+
Cloud Infrastructure
1212

1313
.collapse.navbar-collapse#main-nav-collapse
1414
%ul.nav.navbar-nav

app/views/auth_token/_plain_nav.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
%span.icon-bar
99
= link_to main_app.landing_page_url(Rails.configuration.default_domain), class: "navbar-brand" do
1010
.logo
11-
Converged Cloud
11+
Cloud Infrastructure

app/views/errors/_plain_nav.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
%span.icon-bar
99
= link_to main_app.landing_page_url(Rails.configuration.default_domain), class: "navbar-brand" do
1010
.logo
11-
Converged Cloud
11+
Cloud Infrastructure

app/views/jump/_plain_nav.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
%span.icon-bar
99
= link_to main_app.landing_page_url(Rails.configuration.default_domain), class: "navbar-brand" do
1010
.logo
11-
Converged Cloud
11+
Cloud Infrastructure

0 commit comments

Comments
 (0)