Fixed typo (are -> is)
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
|
||||
{if $countvar == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There are currently no active module here."}
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
{$myparent=$DEFAULT_FOLDER}
|
||||
{loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
|
||||
<option value="{$ID}" style="padding-left: {3 + $LEVEL * 20}px" {if $myparent == $ID}selected="selected"{/if}>{$TITLE}</option>
|
||||
{/loop }
|
||||
{/loop}
|
||||
|
||||
</select>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@
|
||||
|
||||
{if $countvar == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There are currently no active module here."}
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
{if $countvar == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There are currently no active module here."}
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
|
||||
{if $countvar == 0}
|
||||
<div class="alert alert-info">
|
||||
{intl l="There are currently no active module here."}
|
||||
{intl l="There is currently no active module here."}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user