storj: remove instances of DCS and OSP

This change replaces with "Storj" all instances of "Storj DCS" or
"Storj OSP".

Issues: storj/storj-private#479
#5069 and #5839

Change-Id: I78d13f2abd8bde5d2cb42d8006016ee87130a566
This commit is contained in:
Wilfred Asomani 2023-11-09 09:45:48 +00:00 committed by Storj Robot
parent e592138c51
commit e9fd430d01
11 changed files with 12 additions and 21 deletions

View File

@ -1,6 +1,6 @@
---
name: "\U0001F41B Bug report"
about: Bugs encountered while using Storj DCS or running a storage node.
about: Bugs encountered while using Storj or running a storage node.
title: ''
labels: Bug
assignees: ''

View File

@ -11,7 +11,7 @@ This testplan is going to cover the Access Grants Page. This page lists access g
| Test Scenario | Test Case | Description | Comments |
|---------------------------------|---------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| Access Grant Management Page UI | Click on the Access Management Section of Storj DCS Sidebar | While the sidebar is present, if the user clicks on the access management section of the sidebar then the user should be redirected to the access grant management page | |
| Access Grant Management Page UI | Click on the Access Management Section of Storj Sidebar | While the sidebar is present, if the user clicks on the access management section of the sidebar then the user should be redirected to the access grant management page | |
| | Confirm Access Grant Management Page | While the user is in their access grant management page, the user should be able to see the Access Management Header and a header named My Access Keys with a list of access keys if the user has created any, a button for a new access grant and a search bar to search for any access grants | |
| | Access Grant More Info Button | Under the access management header, there is a more info button that leads to an explanation of access grants, so if it is clicked user should be redirected to storj-labs access grants concepts page | |
| | Click More Info Button on Access Grant with Limited Permissions | When a user clicks on the more info button for said access grant with limited permissions, it should show the stated permissions | |
@ -20,7 +20,7 @@ This testplan is going to cover the Access Grants Page. This page lists access g
| | Access Grants Shortcuts- Learn More Button | If user clicks on learn more button on the access grants shortcuts, then user should be redirected to Storj-labs page with more information about access grants | |
| | API Keys Shortcuts- Create API Keys Button | If user clicks on create API keys button on the API keys shortcut, then user should be presented with a modal allowing user to create API keys (at the end user should also be able to copy said API key and Satellite Address or save it in a text file) | |
| | API Keys Shortcuts- Learn More Button | If user clicks on learn more button on the API keys shortcut, then user should be redirected to Storj-labs page with more information about API keys | |
| | S3 Credentials Shortcuts- Create S3 Credentials Button | If user clicks on create S3 credentials button on the S3 credentials shortcuts, then user should be presented with a modal to create S3 credentials to switch backend of an app using S3 compatible object storage to Storj DCS (at the end user should also be able to copy said S3 credentials; secret key, access key and endpoint on clipboard or download as a text file) | |
| | S3 Credentials Shortcuts- Create S3 Credentials Button | If user clicks on create S3 credentials button on the S3 credentials shortcuts, then user should be presented with a modal to create S3 credentials to switch backend of an app using S3 compatible object storage to Storj (at the end user should also be able to copy said S3 credentials; secret key, access key and endpoint on clipboard or download as a text file) | |
| | S3 Credentials Shortcuts- Learn More Button | If user clicks on learn more button on the S3 credentials shortcut, then user should be redirected to Storj-labs page with more information on S3 credentials | |
| | First Visit Check for About Access Grants | If user visits access management page for the first time, the user should see an about access grant message explaining what access grants are (this message should also be dismissible) | |
| | Check for About Access Grants after First Visit | If user visits access management page again after their first time ( and presses dismiss), then for every subsequent visit to this page the user should not be presented with this access grant message | |

View File

@ -798,7 +798,7 @@ func (service *Service) createInvoice(ctx context.Context, cusID string, period
return nil, nil
}
description := fmt.Sprintf("Storj DCS Cloud Storage for %s %d", period.Month(), period.Year())
description := fmt.Sprintf("Storj Cloud Storage for %s %d", period.Month(), period.Year())
stripeInvoice, err = service.stripeClient.Invoices().New(
&stripe.InvoiceParams{
Params: stripe.Params{Context: ctx},

View File

@ -227,7 +227,7 @@ func (service *Service) RequestPingMeQUIC(ctx context.Context) (stats *QUICStats
}
// Shuffle the satellites
// All the Storagenodes get a default list of trusted satellites (The Storj DCS ones) and
// All the Storagenodes get a default list of trusted satellites (The Storj ones) and
// most of the SN operators don't change the list, hence if it always starts with
// the same satellite we are going to put always more pressure on the first trusted
// satellite on the list. So we iterate over the list of trusted satellites in a

View File

@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="dns-prefetch" href="https://js.stripe.com">
<title>Storj DCS</title>
<title>Storj</title>
</head>
<body>
<div id="app"></div>

View File

@ -9,7 +9,7 @@
Add STORJ Tokens
</h1>
<p class="modal__info">
Send STORJ Tokens to the following deposit address to credit your Storj DCS account:
Send STORJ Tokens to the following deposit address to credit your Storj account:
</p>
<div class="modal__qr">
<canvas ref="canvas" class="modal__qr__canvas" />

View File

@ -3,7 +3,7 @@
<template>
<div class="overview-area">
<h1 class="overview-area__title" aria-roledescription="title">Welcome to Storj {{ titleLabel }}</h1>
<h1 class="overview-area__title" aria-roledescription="title">Welcome to Storj</h1>
<p class="overview-area__subtitle">Get started using the web browser, or the command line.</p>
<div class="overview-area__routes">
<OverviewContainer
@ -52,8 +52,6 @@ const router = useRouter();
const projectDashboardPath = RouteConfig.ProjectDashboard.path;
const titleLabel = ref<string>('');
/**
* Skips onboarding flow.
*/
@ -103,13 +101,6 @@ onMounted(async (): Promise<void> => {
} catch (error) {
notify.notifyError(error, AnalyticsErrorEventSource.ONBOARDING_OVERVIEW_STEP);
}
const config = configStore.state.config;
const isPartnered = config.partneredSatellites.find((el: PartneredSatellite) => {
return el.name === config.satelliteName;
});
titleLabel.value = isPartnered ? 'DCS' : 'OSP';
});
</script>

View File

@ -26,7 +26,7 @@
<p>Access and view your account info.</p>
</div>
<div class="authorize-area__permissions-area__container">
<p class="authorize-area__permissions-area__header">Sync data to Storj DCS</p>
<p class="authorize-area__permissions-area__header">Sync data to Storj</p>
<p>Automatically send updates to:</p>
<div class="authorize-area__input-wrapper">

View File

@ -452,7 +452,7 @@
font-family: Helvetica, sans-serif; font-weight: 300;font-size: 17px;
line-height: 26px;" lang="x-size-20">
<span>There was an attempt to create an account with this
email address on the {{ .SatelliteName }} Storj DCS satellite, but an account
email address on the {{ .SatelliteName }} Storj satellite, but an account
was previously created with this email. If this was you, try signing in to the
existing account instead.
</span>

View File

@ -166,7 +166,7 @@
<p
style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:'helvetica neue', helvetica, arial, sans-serif;line-height:21px;color:#091c45;font-size:14px">
{{ .InviterEmail }} has invited you to
a project on Storj DCS on the {{ .Region }}
a project on Storj in the {{ .Region }}
region. Do not share this link with anyone.</p>
</td>
</tr>

View File

@ -166,7 +166,7 @@
<p
style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:'helvetica neue', helvetica, arial, sans-serif;line-height:21px;color:#091c45;font-size:14px">
{{ .InviterEmail }} has invited you to
a project on Storj DCS on the {{ .Region }}
a project on Storj in the {{ .Region }}
region. Click the link to activate your account,
then sign in to join the project. Do not share
this link with anyone.</p>