Typo correction
This commit is contained in:
parent
8a412562f2
commit
5097fee52c
2 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue