@things-factory/meta-ui 7.0.1-alpha.17 → 7.0.1-alpha.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,7 +113,7 @@ export class TermsUtil {
113
113
  static t(termKey, parameters, defaultValue) {
114
114
  return i18next.t(termKey, {
115
115
  ...parameters,
116
- defaultValue: defaultValue || termName
116
+ defaultValue: defaultValue || termKey
117
117
  })
118
118
  }
119
119
  }