Skip to content

Commit

Permalink
Fixes #37839 - bold skip dep solving checkbox text
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Sep 18, 2024
1 parent c884849 commit bd7ef94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3 ng-show="errata" translate>Apply {{ errata.errata_id }}</h3>
<div class="checkbox" ng-show="updates.length > 0">
<label>
<input name="noDepSolve" ng-model="noDepSolve" type="checkbox"/>
<span translate>Skip dependency solving for a significant speed increase. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on.</span>
<span translate><b>Skip dependency solving for a significant speed increase</b>. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on.</span>
</label>
</div>

Expand Down

0 comments on commit bd7ef94

Please sign in to comment.