Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding >= and <= to display #3928

Merged
merged 2 commits into from
Mar 23, 2023
Merged

adding >= and <= to display #3928

merged 2 commits into from
Mar 23, 2023

Conversation

kflemin
Copy link
Contributor

@kflemin kflemin commented Mar 23, 2023

Fixes #3913

I also double checked that all translations in this file have been added to Lokalise.

@kflemin kflemin added the Bug label Mar 23, 2023
@@ -147,8 +147,8 @@ <h2><i class="fa fa-tachometer"></i> {$:: 'Program Setup' | translate $}</h2>
<label for="select-energy-metric-type" class="r-no-wrap r-margin-right-5" translate>Type</label>
<select id="select-energy-metric-type" class="form-control" ng-model="selected_compliance_metric.energy_metric_type" ng-change="program_settings_changed()">
<option value=""></option>
<option value="Target > Actual for Compliance" translatee>Target > Actual for Compliance</option>
<option value="Target < Actual for Compliance" translatee>Target < Actual for Compliance</option>
<option value="Target > Actual for Compliance" translate>Target >= Actual for Compliance</option>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol good catch

@axelstudios axelstudios merged commit de565b2 into develop Mar 23, 2023
@axelstudios axelstudios deleted the bugfix/3913-actual-target branch March 23, 2023 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Program Setup should show target >= actual or target <= actual (add the equal signs)
2 participants