diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js
index 5a34cb260..02e3ccf9e 100644
--- a/apps/common/main/lib/view/ReviewChanges.js
+++ b/apps/common/main/lib/view/ReviewChanges.js
@@ -627,6 +627,10 @@ define([
(new Promise(function (accept, reject) {
accept();
})).then(function(){
+ var menuTemplate = _.template('<%= caption %>
' +
+ '<% if (options.description !== null) { %>' +
+ '<% } %>');
+
if ( config.canReview ) {
me.btnPrev.updateHint(me.hintPrev);
me.btnNext.updateHint(me.hintNext);
@@ -664,10 +668,6 @@ define([
);
me.btnReject.updateHint([me.tipRejectCurrent, me.txtRejectChanges]);
- var menuTemplate = _.template('<%= caption %>
' +
- '<% if (options.description !== null) { %>' +
- '<% } %>');
-
me.btnReviewView.setMenu(
new Common.UI.Menu({
cls: 'ppm-toolbar',