Skip to content

Commit fb68452

Browse files
committed
fix subtitle
1 parent 9efc2ba commit fb68452

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

backend/docs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7364,7 +7364,7 @@ const docTemplate = `{
73647364
"placeholder": {
73657365
"type": "string"
73667366
},
7367-
"sub_title": {
7367+
"subtitle": {
73687368
"type": "string"
73697369
},
73707370
"subtitle_color": {

backend/docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7357,7 +7357,7 @@
73577357
"placeholder": {
73587358
"type": "string"
73597359
},
7360-
"sub_title": {
7360+
"subtitle": {
73617361
"type": "string"
73627362
},
73637363
"subtitle_color": {

backend/docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@ definitions:
18931893
type: array
18941894
placeholder:
18951895
type: string
1896-
sub_title:
1896+
subtitle:
18971897
type: string
18981898
subtitle_color:
18991899
type: string

backend/domain/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ type WebAppLandingSettings struct {
157157
Title string `json:"title"`
158158
TitleColor string `json:"title_color"`
159159
TitleFontSize int `json:"title_font_size"`
160-
Subtitle string `json:"sub_title"`
160+
Subtitle string `json:"subtitle"`
161161
Placeholder string `json:"placeholder"`
162162
SubtitleColor string `json:"subtitle_color"`
163163
SubtitleFontSize int `json:"subtitle_font_size"`

0 commit comments

Comments
 (0)