Skip to content

Commit

Permalink
fix: image description in hero title select (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivzhang authored Jan 10, 2024
1 parent ee0a6b3 commit 0693f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const buildUiSchema = async (
],
descriptions: [
`{{${i18nScope}.fields.hero.map.description:translate}}`,
`{{${i18nScope}.fields.hero.map.description:translate}}`,
`{{${i18nScope}.fields.hero.image.description:translate}}`,
],
icons: ["map-pin", "image"],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe("buildUiSchema: initiative edit", () => {
],
descriptions: [
`{{some.scope.fields.hero.map.description:translate}}`,
`{{some.scope.fields.hero.map.description:translate}}`,
`{{some.scope.fields.hero.image.description:translate}}`,
],
icons: ["map-pin", "image"],
},
Expand Down Expand Up @@ -405,7 +405,7 @@ describe("buildUiSchema: initiative edit", () => {
],
descriptions: [
`{{some.scope.fields.hero.map.description:translate}}`,
`{{some.scope.fields.hero.map.description:translate}}`,
`{{some.scope.fields.hero.image.description:translate}}`,
],
icons: ["map-pin", "image"],
},
Expand Down

0 comments on commit 0693f24

Please sign in to comment.