diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml
index c28f48570c..5b91527f94 100644
--- a/assets/translations/en-us.yaml
+++ b/assets/translations/en-us.yaml
@@ -2831,7 +2831,7 @@ servicesPage:
label: Service Type
setup:
- welcome: Welcome to {product}!
+ welcome: Welcome to {vendor}!
setPassword: The first order of business is to set a strong password for the default admin user. We suggest using this random one generated just for you, but enter your own if you like.
newPassword: New Password
confirmPassword: Confirm New Password
@@ -4252,7 +4252,7 @@ featureFlags:
Feature flags allow {vendor} to gate certain features behind flags.
Features that are off by defult shoud be considered experimental functionality.
Some features require a restart of the {vendor} server to change.
- This will result in a short outage of the API and UI, but no affect running clusters or workloads.
+ This will result in a short outage of the API and UI, but not affect running clusters or workloads.
promptActivate: Please confirm that you want to activate the feature flag "{flag}"
promptDeactivate: Please confirm that you want to deactivate the feature flag "{flag}"
restartRequired: "Note: Updating this feature flag requires a restart"
diff --git a/components/Banner.vue b/components/Banner.vue
index ef8de8704a..72939a7824 100644
--- a/components/Banner.vue
+++ b/components/Banner.vue
@@ -35,13 +35,15 @@ export default {