diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php
index c6db99463f..7fba2b462d 100644
--- a/module/story/view/edit.html.php
+++ b/module/story/view/edit.html.php
@@ -87,7 +87,7 @@
type != 'normal'):?>
- | product->branch;?> |
+ product->branch = sprintf($lang->product->branch, $lang->product->branchName['branch']);?> |
type != 'normal') echo html::select('branch', $branches, $story->branch, "onchange='loadBranch();' class='form-control chosen control-branch'");?>
|