Skip to content

Commit

Permalink
del comma
Browse files Browse the repository at this point in the history
  • Loading branch information
klinch0 committed Feb 19, 2025
1 parent f2edce3 commit dea81f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/platform/bundles/paas-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ releases:
customStyle: |
{{- if $locale }}
.welcome {
innerHTML: 'Welcome to, <span>{{ $locale }}</span>!';
innerHTML: 'Welcome to <span>{{ $locale }}</span>!';
}
{{- else }}
.welcome {
innerHTML: 'Welcome to, <span>Cozystack</span>!';
innerHTML: 'Welcome to <span>Cozystack</span>!';
}
{{- end }}
{{- $logoImage := dig "data" "logo" "" $wlConfigmap }}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/platform/bundles/paas-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ releases:
customStyle: |
{{- if $locale }}
.welcome {
innerHTML: 'Welcome to, <span>{{ $locale }}</span>!';
innerHTML: 'Welcome to <span>{{ $locale }}</span>!';
}
{{- else }}
.welcome {
innerHTML: 'Welcome to, <span>Cozystack</span>!';
innerHTML: 'Welcome to <span>Cozystack</span>!';
}
{{- end }}
{{- $logoImage := dig "data" "logo" "" $wlConfigmap }}
Expand Down

0 comments on commit dea81f1

Please sign in to comment.