spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b7811f7423
commit
0b452bcc63
2 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ class App
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current theme name. May be overriden by the mobile theme name.
|
* Returns the current theme name. May be overridden by the mobile theme name.
|
||||||
*
|
*
|
||||||
* @return string Current theme name or empty string in installation phase
|
* @return string Current theme name or empty string in installation phase
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{*
|
{{*
|
||||||
Please don't use this template as is, this is a placeholder that needs to be
|
Please don't use this template as is, this is a placeholder that needs to be
|
||||||
overriden with specific icons to avoid taking too much visual space
|
overridden with specific icons to avoid taking too much visual space
|
||||||
*}}
|
*}}
|
||||||
{{if $delivery.queue_count >= -1 && $delivery.queue_count !== '' && $delivery.queue_count !== null}}
|
{{if $delivery.queue_count >= -1 && $delivery.queue_count !== '' && $delivery.queue_count !== null}}
|
||||||
<span class="delivery">
|
<span class="delivery">
|
||||||
|
|
Loading…
Reference in a new issue