Fix console error on landing page (#2053)
This commit is contained in:
parent
3a2670dc46
commit
065aec9424
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ export default {
|
||||||
infoEnabledFeatures: "Something about what enabled features are.",
|
infoEnabledFeatures: "Something about what enabled features are.",
|
||||||
infoDisabledFeatures: "Something about what disabled features are.",
|
infoDisabledFeatures: "Something about what disabled features are.",
|
||||||
disabledFeatures: "Disabled features",
|
disabledFeatures: "Disabled features",
|
||||||
adminUiVersion: '<0 class="pf-u-mr-md">Admin UI version</0>{{version}}',
|
adminUiVersion: '<0 className="pf-u-mr-md">Admin UI version</0>{{version}}',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue