diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 65c0919bc9..d208bf8cfb 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -77,14 +77,14 @@ vim: expandtab tabstop=2 | |||
77 | <script type="text/ng-template" id="change_version_modal"> | 77 | <script type="text/ng-template" id="change_version_modal"> |
78 | <div class="modal-header"> | 78 | <div class="modal-header"> |
79 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> | 79 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
80 | <h3>Changing release to {[releaseName]}</h3> | 80 | <h3>Changing release to {[releaseDescription]}</h3> |
81 | </div> | 81 | </div> |
82 | <div class="modal-body"> | 82 | <div class="modal-body"> |
83 | <p>The following project layers do not exist for {[releaseName]}:</p> | 83 | <p>The following project layers do not exist for the {[releaseDescription]} release:</p> |
84 | <ul> | 84 | <ul> |
85 | <li ng-repeat="i in items"><span class="layer-info" data-toggle="tooltip" tooltip="{[i.detail]}">{[i.name]}</span></li> | 85 | <li ng-repeat="i in items"><span class="layer-info" data-toggle="tooltip" tooltip="{[i.detail]}">{[i.name]}</span></li> |
86 | </ul> | 86 | </ul> |
87 | <p>If you change the release to {[releaseName]}, the above layers will be deleted from your project layers.</p> | 87 | <p>If you change the release to {[releaseDescription]}, the above layers will be deleted from your project.</p> |
88 | </div> | 88 | </div> |
89 | <div class="modal-footer"> | 89 | <div class="modal-footer"> |
90 | <button class="btn btn-primary" ng-click="ok()">Change release and delete layers</button> | 90 | <button class="btn btn-primary" ng-click="ok()">Change release and delete layers</button> |