/var/www/node/mordev/views/index.pug:30 28| div.card.mt-4.bg-cream.border-0 29| div.card-header.bg-chocolate.text-cream > 30| | #{t(soon.field)} 31| div.card-body 32| h5.card-title.text-chocolate 33| cite Cannot read properties of undefined (reading 'field')

TypeError: /var/www/node/mordev/views/index.pug:30
    28|       div.card.mt-4.bg-cream.border-0
    29|         div.card-header.bg-chocolate.text-cream
  > 30|           | #{t(soon.field)}
    31|         div.card-body
    32|           h5.card-title.text-chocolate
    33|             cite

Cannot read properties of undefined (reading 'field')
    at eval (eval at wrap (/var/www/node/mordev/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:237:64)
    at template (eval at wrap (/var/www/node/mordev/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:486:7)
    at exports.renderFile (/var/www/node/mordev/node_modules/pug/lib/index.js:454:38)
    at exports.renderFile (/var/www/node/mordev/node_modules/pug/lib/index.js:444:21)
    at exports.__express [as engine] (/var/www/node/mordev/node_modules/pug/lib/index.js:493:11)
    at View.render (/var/www/node/mordev/node_modules/express/lib/view.js:135:8)
    at tryRender (/var/www/node/mordev/node_modules/express/lib/application.js:657:10)
    at Function.render (/var/www/node/mordev/node_modules/express/lib/application.js:609:3)
    at ServerResponse.render (/var/www/node/mordev/node_modules/express/lib/response.js:1039:7)
    at renderIndex (/var/www/node/mordev/controllers/events.js:104:6)