diff --git a/office.json b/office.json
index 4ae627aa5..5675114f7 100644
--- a/office.json
+++ b/office.json
@@ -8,6 +8,9 @@
         "14": "nwr[office]"
     },
     "feature": {
-        "description": "{{ tagTrans('office', tags.office) }}"
+        "description": [
+            "{{ tagTrans('office', tags.office) }}",
+            "{% if tags.office == 'government' and tags.government %}({{ tagTrans('government', tags.government) }}){% endif %}"
+        ]
     }
 }