Skip to content

Commit 553d314

Browse files
committed
Remove manual approval section in Hub SaaS
1 parent dc7908d commit 553d314

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

i18n/de.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
- id: hub_managed_info_header_title
582582
translation: "Information"
583583
- id: hub_managed_info_header_description
584-
translation: "Auf der Grundlage deiner Eingaben werden wir eine neue Hub-Instanz für dich erstellen. Du wirst der erste Administrator dieser Instanz sein."
584+
translation: "Auf der Grundlage deiner Eingaben wird eine neue Hub-Instanz für dich erstellt. Du wirst der erste Administrator dieser Instanz sein."
585585
- id: hub_managed_info_subdomain
586586
translation: "Subdomain"
587587
- id: hub_managed_info_subdomain_description
@@ -601,8 +601,6 @@
601601

602602
- id: hub_managed_trial_info
603603
translation: "Keine Kreditkarte erforderlich. Starte noch heute mit deiner kostenlosen 14-Tage-Testversion."
604-
- id: hub_managed_instruction
605-
translation: "Hub-Instanzen werden manuell geprüft. Wir werden uns so schnell wie möglich bei dir melden. Du erhältst dann eine E-Mail mit weiteren Anweisungen."
606604
- id: hub_managed_loadcaptcha
607605
translation: "Weiter…"
608606
- id: hub_managed_submit

i18n/en.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
- id: hub_managed_info_header_title
584584
translation: "Information"
585585
- id: hub_managed_info_header_description
586-
translation: "Based on your input, we will create a new Hub instance for you. You will be the first admin of this instance."
586+
translation: "Based on your input, a new Hub instance will be created for you. You will be the first admin of this instance."
587587
- id: hub_managed_info_subdomain
588588
translation: "Subdomain"
589589
- id: hub_managed_info_subdomain_description
@@ -603,8 +603,6 @@
603603

604604
- id: hub_managed_trial_info
605605
translation: "No credit card required. Get started today with your 14-day free trial."
606-
- id: hub_managed_instruction
607-
translation: "Hub instances are verified manually. We will get back to you as soon as possible. You will receive an email with further instructions."
608606
- id: hub_managed_loadcaptcha
609607
translation: "Continue…"
610608
- id: hub_managed_submit

layouts/hub-managed/single.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ <h3 class="font-headline text-lg md:text-xl leading-relaxed">
8181
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
8282
{{ i18n "hub_managed_trial_info" }}
8383
</p>
84-
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
85-
{{ i18n "hub_managed_instruction" }}
86-
</p>
8784
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
8885
{{ partial "accept-hub-managed-terms-and-privacy.html" (dict "context" . "alpineVariable" "acceptTerms") }}
8986
</p>

0 commit comments

Comments
 (0)