diff --git a/src/Corporation/manageCorporation.tw b/src/Corporation/manageCorporation.tw
index b1732eb71e32834a372579d65b74ea23f4a9ff62..58bbec9549d996d2f961a731d6a76e3eeda2ec6b 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>