diff --git a/src/Corporation/manageCorporation.tw b/src/Corporation/manageCorporation.tw
index 0a9bd1061f0c3aa6ccd870c856e54d6bca8fbc42..e31f5560d4ce3610d053d0b3b1ecfe5b19a9a1f9 100644
--- a/src/Corporation/manageCorporation.tw
+++ b/src/Corporation/manageCorporation.tw
@@ -242,7 +242,7 @@
 
 <<if App.Corporate.canExpand>> /*is the corporation large enough to expand into another division?*/
 <h1>Found New Division</h1>
-<dev>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</dev>
+<div>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</div>
     <<for _div range App.Corporate.divisionList.filter(x=>!x.founded && x.relatedDivisions.anyFounded)>>
         <<set _depCost = _div.foundingCost * 1000>>
         <div>