gui: Removed superfluous quotes (fixes #7853) (#7961)

Co-authored-by: Jaya Kumar <jaya.kumar@ict.nl>
This commit is contained in:
Jayachithra 2021-09-23 23:38:06 +02:00 committed by GitHub
parent fa05a1ba8c
commit 6d2489a562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
<option value="-1" translate>Disabled</option> <option value="-1" translate>Disabled</option>
</select> </select>
</div> </div>
<p class="help-block" ng-if="tmpOptions.upgrades == 'candidate' || version.isCandidate""> <p class="help-block" ng-if="tmpOptions.upgrades == 'candidate' || version.isCandidate">
<span translate>Usage reporting is always enabled for candidate releases.</span> <span translate>Usage reporting is always enabled for candidate releases.</span>
</p> </p>
</div> </div>
@ -94,7 +94,7 @@
<p class="help-block" ng-if="!upgradeInfo"> <p class="help-block" ng-if="!upgradeInfo">
<span translate>Unavailable/Disabled by administrator or maintainer</span> <span translate>Unavailable/Disabled by administrator or maintainer</span>
</p> </p>
<p class="help-block" ng-if="version.isCandidate && upgradeInfo""> <p class="help-block" ng-if="version.isCandidate && upgradeInfo">
<span translate>Automatic upgrades are always enabled for candidate releases.</span> <span translate>Automatic upgrades are always enabled for candidate releases.</span>
</p> </p>
</div> </div>