Skip to content

Commit

Permalink
fix: adds label to site telemetry ui schema section (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuniper authored Dec 14, 2023
1 parent 1d390dd commit 6e29ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const buildUiSchema = async (
elements: [
{
type: "Section",
labelKey: `${i18nScope}.sections.privacy.label`,
elements: [
{
scope: "/properties/telemetry/properties/consentNotice",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe("buildUiSchema: site telemetry", () => {
elements: [
{
type: "Section",
labelKey: `some.scope.sections.privacy.label`,
elements: [
{
scope: "/properties/telemetry/properties/consentNotice",
Expand Down

0 comments on commit 6e29ddc

Please sign in to comment.