diff --git a/module/productplan/js/create.js b/module/productplan/js/create.js index 893e9333a7..2506f35515 100644 --- a/module/productplan/js/create.js +++ b/module/productplan/js/create.js @@ -71,6 +71,6 @@ $('#branch').change(function() $.post(link, function(data) { data = JSON.parse(data); - if(data) $('#title').parent().next('td').html('(' + data.title + ')'); + if(data) $('#title').parent().next('td').html('(' + lastLang + ': ' + data.title + ')'); }) }) diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index 41300bbb3d..8c42ea6126 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -14,6 +14,7 @@ execution->weekend);?> +productplan->last);?>