diff --git a/services/web/app/views/project/editor/history.jade b/services/web/app/views/project/editor/history.jade index b2bfe13045..cd2cfc99f3 100644 --- a/services/web/app/views/project/editor/history.jade +++ b/services/web/app/views/project/editor/history.jade @@ -38,6 +38,7 @@ div#history(ng-show="ui.view == 'history'") href ng-class="buttonClass" ng-click="startFreeTrial('history')" + sixpack-convert="teaser-history" ) #{translate("start_free_trial")} .message.message-wider( @@ -77,7 +78,8 @@ div#history(ng-show="ui.view == 'history'") href ng-class="buttonClass" ng-click="startFreeTrial('history')" - ) #{translate("start_free_trial")} + sixpack-convert="teaser-history" + ) Try it for free .message(ng-show="project.owner._id != user.id") p #{translate("ask_proj_owner_to_upgrade_for_history")}