diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
index 4862c90e2a..e619c3e744 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js
@@ -303,7 +303,7 @@ return view.extend({
renderVMap: function(spec, table) {
// spec: { key: {...}, data: { set: [ [mapkey, actionSpec], ... ] } }
const matchElem = E('span', { 'class': 'ifacebadge' },
- _('Verdict map: %h is').format(this.exprToString(spec.key)));
+ _('Verdict map: %h is').format(this.exprToString(spec.key)));
const actions = [];
const keys = [];