diff --git a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html index 471912f83ab..1c823ed76cc 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html +++ b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html @@ -12,7 +12,7 @@ > -
+
{{ "billingPlan" | i18n }}
{{ subscription.planName }}
@@ -44,7 +44,7 @@ }}
{{ "selfHostGracePeriodHelp" @@ -61,6 +61,7 @@ href="{{ this.cloudWebVaultUrl }}" target="_blank" rel="noreferrer" + class="tw-mb-4" > {{ "launchCloudSubscription" | i18n }} @@ -93,7 +94,7 @@ -
+
diff --git a/apps/web/src/app/billing/shared/update-license.component.html b/apps/web/src/app/billing/shared/update-license.component.html index ea0818389e4..cc62aac8980 100644 --- a/apps/web/src/app/billing/shared/update-license.component.html +++ b/apps/web/src/app/billing/shared/update-license.component.html @@ -1,11 +1,11 @@ {{ "licenseFile" | i18n }} -
+
- {{ this.licenseFile ? this.licenseFile.name : ("noFileChosen" | i18n) }} + {{ this.licenseFile ? this.licenseFile.name : ("noFileChosen" | i18n) }}
- - +
+ + +