Fixed typo (are -> is)
This commit is contained in:
@@ -265,7 +265,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user