fixed some mistakes

This commit is contained in:
Bayarbold8
2024-01-10 13:47:23 +08:00
parent 3f779969c3
commit 6183378717
7 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<div class="container mx-auto h-screen" {{increase-height-by 1200}}>
<div class="max-w-3xl my-10 mx-auto space-y-4">
{{#each-in this.groupedNotifications as |groupName notifications|}}
<ContentPanel @title={{concat (smart-humanize groupName) {{t "console.admin.notification.notification-settings"}} }} @open={{true}} @pad={{true}} @panelBodyClass="bg-white dark:bg-gray-800">
<ContentPanel @title={{concat (smart-humanize groupName) (t "console.admin.notification.notification-settings") }} @open={{true}} @pad={{true}} @panelBodyClass="bg-white dark:bg-gray-800">
{{#each notifications as |notification|}}
<InputGroup @name={{notification.name}} @helpText={{notification.description}}>
<div class="fleetbase-model-select fleetbase-power-select ember-model-select">

View File

@@ -27,7 +27,7 @@
<span>{{t "onboard.install.failed-message-sent"}}</span>
</div>
{{/if}}
<Button @type="primary" @icon="play" @size="lg" @text={{if this.error {{t "onboard.install.retry-install"}} {{t "onboard.install.start-install"}} }} @wrapperClass="flex-1" class="w-full" @onClick={{this.startInstall}} @isLoading={{this.install.isRunning}} @disabled={{this.install.isRunning}} />
<Button @type="primary" @icon="play" @size="lg" @text={{if this.error (t "onboard.install.retry-install") (t "onboard.install.start-install") }} @wrapperClass="flex-1" class="w-full" @onClick={{this.startInstall}} @isLoading={{this.install.isRunning}} @disabled={{this.install.isRunning}} />
</div>
</div>
</div>

View File

@@ -23,7 +23,6 @@ common:
date-of-birth: Date of Birth
overview: Overview
account: Account
overview: Overview
branding: Branding
notifications: Notifications
services: Services