From 1b384e61b4850cefa7e1841882822e3f29bd7973 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:03:33 +0000 Subject: [PATCH] maint/minor UI typo fixes (#2330) * Minor copy fixes * Contact link fixes --- .../src/app/components/widget-list/widget-list.component.ts | 2 +- .../marketplace-list/marketplace-list.page.ts | 2 +- .../app/pages/server-routes/server-show/server-show.page.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/projects/ui/src/app/components/widget-list/widget-list.component.ts b/frontend/projects/ui/src/app/components/widget-list/widget-list.component.ts index cec5aacc4..b39e313ee 100644 --- a/frontend/projects/ui/src/app/components/widget-list/widget-list.component.ts +++ b/frontend/projects/ui/src/app/components/widget-list/widget-list.component.ts @@ -78,7 +78,7 @@ export class WidgetListComponent { icon: 'chatbubbles-outline', color: 'var(--alt-red)', description: 'Get help from the Start9 team and community', - link: 'https://docs.start9.com/latest/support/contact', + link: 'https://start9.com/contact', }, ] } diff --git a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts index 0a88e8b69..089b66139 100644 --- a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts +++ b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-list/marketplace-list.page.ts @@ -40,7 +40,7 @@ export class MarketplaceListPage { if (url === start9) { color = 'success' description = - 'Services from this registry are packaged and maintained by the Start9 team. If you experience an issue or have a questions related to a service from this registry, one of our dedicated support staff will be happy to assist you.' + 'Services from this registry are packaged and maintained by the Start9 team. If you experience an issue or have a question related to a service from this registry, one of our dedicated support staff will be happy to assist you.' } else if (url === community) { color = 'tertiary' description = diff --git a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts index a50e4fe5a..8b8ea4eaf 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts @@ -135,7 +135,7 @@ export class ServerShowPage { const alert = await this.alertCtrl.create({ header: 'Warning', message: - 'Are you sure you want to power down your server? This can take several minutes, and your server will not come back online automatically. To power on again, You will need to physically unplug your server and plug it back in', + 'Are you sure you want to power down your server? This can take several minutes, and your server will not come back online automatically. To power on again, you will need to physically unplug your server and plug it back in.', buttons: [ { text: 'Cancel', @@ -531,7 +531,7 @@ export class ServerShowPage { icon: 'chatbubbles-outline', action: () => window.open( - 'https://docs.start9.com/latest/support/contact', + 'https://start9.com/contact', '_blank', 'noreferrer', ),