diff --git a/docs/blueprints/README.md b/docs/blueprints/README.md index c574adf8d..737e3bfd2 100644 --- a/docs/blueprints/README.md +++ b/docs/blueprints/README.md @@ -4,8 +4,8 @@ Design docs are now known as blueprints. We do not intend to keep blueprints up the implementation has been completed. The final step of a blueprint is to update documentation elsewhere, such as: * https://github.com/storj/docs - * https://documentation.storj.io - * https://documentation.tardigrade.io + * https://docs.storj.io/node + * https://docs.storj.io * https://pkg.go.dev/storj.io/uplink * Other godoc documentation, etc. diff --git a/installer/windows/IdentityDir.wxs b/installer/windows/IdentityDir.wxs index 713cd4d52..f1dab0349 100644 --- a/installer/windows/IdentityDir.wxs +++ b/installer/windows/IdentityDir.wxs @@ -20,7 +20,7 @@ - Learn how to generate an identity for your storage node.]]> + Learn how to generate an identity for your storage node.]]> diff --git a/installer/windows/PublicAddressConfig.wxs b/installer/windows/PublicAddressConfig.wxs index 113dc911d..287532620 100644 --- a/installer/windows/PublicAddressConfig.wxs +++ b/installer/windows/PublicAddressConfig.wxs @@ -19,7 +19,7 @@ - Learn how to setup Port Forwarding.]]> + Learn how to setup Port Forwarding.]]> diff --git a/installer/windows/StorjWelcomeDlg.wxs b/installer/windows/StorjWelcomeDlg.wxs index f3e96ca1c..faa4703a7 100644 --- a/installer/windows/StorjWelcomeDlg.wxs +++ b/installer/windows/StorjWelcomeDlg.wxs @@ -42,7 +42,7 @@ Installed AND PATCH - Learn more]]> + Learn more]]> NOT Installed OR NOT PATCH Installed AND PATCH diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index b7dadfd2d..6a5d07cf8 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -77,7 +77,7 @@ type Config struct { TermsAndConditionsURL string `help:"url link to terms and conditions page" default:"https://storj.io/storage-sla/"` AccountActivationRedirectURL string `help:"url link for account activation redirect" default:""` VerificationPageURL string `help:"url link to sign up verification page" devDefault:"" releaseDefault:"https://tardigrade.io/verify"` - PartneredSatelliteNames string `help:"names of partnered satellites" default:"US-Central-1,Europe-West-1,Asia-East-1"` + PartneredSatelliteNames string `help:"names of partnered satellites" default:"US1,EU1,AP1"` GeneralRequestURL string `help:"url link to general request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000379291"` ProjectLimitsIncreaseRequestURL string `help:"url link to project limit increase request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000683212"` GatewayCredentialsRequestURL string `help:"url link for gateway credentials requests" default:"https://auth.us1.storjshare.io"` diff --git a/satellite/payments/stripecoinpayments/service.go b/satellite/payments/stripecoinpayments/service.go index bc9399826..7d907030b 100644 --- a/satellite/payments/stripecoinpayments/service.go +++ b/satellite/payments/stripecoinpayments/service.go @@ -900,7 +900,7 @@ func (service *Service) CreateInvoices(ctx context.Context, period time.Time) (e func (service *Service) createInvoice(ctx context.Context, cusID string, period time.Time) (err error) { defer mon.Task()(&ctx)(&err) - description := fmt.Sprintf("Tardigrade Cloud Storage for %s %d", period.Month(), period.Year()) + description := fmt.Sprintf("Storj DCS Cloud Storage for %s %d", period.Month(), period.Year()) _, err = service.stripeClient.Invoices().New( &stripe.InvoiceParams{ diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index 5e0d3043d..f86addf7e 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -131,7 +131,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.open-registration-enabled: false # names of partnered satellites -# console.partnered-satellite-names: US-Central-1,Europe-West-1,Asia-East-1 +# console.partnered-satellite-names: US1,EU1,AP1 # indicates if the overview onboarding step should render with pathways # console.pathway-overview-enabled: true diff --git a/web/satellite/src/components/accessGrants/steps/CLIStep.html b/web/satellite/src/components/accessGrants/steps/CLIStep.html index 10df0d20e..f6743e24b 100644 --- a/web/satellite/src/components/accessGrants/steps/CLIStep.html +++ b/web/satellite/src/components/accessGrants/steps/CLIStep.html @@ -38,7 +38,7 @@ height="48px" :on-press="onDoneClick" /> - + Visit the Docs diff --git a/web/satellite/src/components/common/AddCouponCodeInput.vue b/web/satellite/src/components/common/AddCouponCodeInput.vue index d449e8bfe..13db0c818 100644 --- a/web/satellite/src/components/common/AddCouponCodeInput.vue +++ b/web/satellite/src/components/common/AddCouponCodeInput.vue @@ -33,7 +33,7 @@
- Try Tardigrade with 50 GB Free after adding a payment method. + Try Storj DCS with 50 GB Free after adding a payment method.

Cancel before your credit runs out and you’ll never be billed.

diff --git a/web/satellite/src/components/onboardingTour/steps/paymentStates/tokenSubSteps/verifyingStep.html b/web/satellite/src/components/onboardingTour/steps/paymentStates/tokenSubSteps/verifyingStep.html index ae512d41a..109b19771 100644 --- a/web/satellite/src/components/onboardingTour/steps/paymentStates/tokenSubSteps/verifyingStep.html +++ b/web/satellite/src/components/onboardingTour/steps/paymentStates/tokenSubSteps/verifyingStep.html @@ -11,7 +11,7 @@
diff --git a/web/satellite/src/components/project/buckets/NoBucketsArea.vue b/web/satellite/src/components/project/buckets/NoBucketsArea.vue index 6bc71f2ff..85ff12c7d 100644 --- a/web/satellite/src/components/project/buckets/NoBucketsArea.vue +++ b/web/satellite/src/components/project/buckets/NoBucketsArea.vue @@ -7,7 +7,7 @@

Create your first bucket to get started.

@@ -15,7 +15,7 @@ diff --git a/web/satellite/tests/unit/onboardingTour/__snapshots__/onboardingTourArea.spec.ts.snap b/web/satellite/tests/unit/onboardingTour/__snapshots__/onboardingTourArea.spec.ts.snap index 9f8eccefb..b4641a3ee 100644 --- a/web/satellite/tests/unit/onboardingTour/__snapshots__/onboardingTourArea.spec.ts.snap +++ b/web/satellite/tests/unit/onboardingTour/__snapshots__/onboardingTourArea.spec.ts.snap @@ -3,7 +3,7 @@ exports[`OnboardingTourArea.vue renders correctly 1`] = `
-
Try Tardigrade with 50 GB Free after adding a payment method. +
Try Storj DCS with 50 GB Free after adding a payment method.

Cancel before your credit runs out and you’ll never be billed.

diff --git a/web/satellite/tests/unit/onboardingTour/steps/paymentStates/tokenSubSteps/__snapshots__/VerifyingStep.spec.ts.snap b/web/satellite/tests/unit/onboardingTour/steps/paymentStates/tokenSubSteps/__snapshots__/VerifyingStep.spec.ts.snap index 0c768cacd..cd7822781 100644 --- a/web/satellite/tests/unit/onboardingTour/steps/paymentStates/tokenSubSteps/__snapshots__/VerifyingStep.spec.ts.snap +++ b/web/satellite/tests/unit/onboardingTour/steps/paymentStates/tokenSubSteps/__snapshots__/VerifyingStep.spec.ts.snap @@ -7,7 +7,7 @@ exports[`VerifyingStep.vue renders correctly 1`] = ` Verification may take up to a few hours. In the meantime, see how easy it is to get started visiting documentation page, or check coin payment status. -