Typo correction

This commit is contained in:
Dominique Da Silva 2019-11-13 18:10:01 +00:00
parent 8a412562f2
commit 5097fee52c
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,7 @@
0% {
background-color: rgba(230, 90, 10, 1.0);
}
100% {
background-color: rgba(255, 255, 255, 0);
}
@ -88,6 +89,9 @@ tbody>tr.selected {
padding-right: 0px;
}
.navbar-brand i {
vertical-align: text-top;
}
span.subscriber-status-1 {
/* subscribed */

View file

@ -31,7 +31,7 @@
{{#translate}}Equals{{/translate}}
</option>
<option value="1" {{#if value.negate}} selected {{/if}}>
{{#translate}}Not squals{{/translate}}
{{#translate}}Not equals{{/translate}}
</option>
</select>
</div>