Skip to content

Commit 8336a9b

Browse files
committed
Minor changes
1 parent b9c39c9 commit 8336a9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

en-GB.mod_registerlogin.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ MOD_REGISTERLOGIN_CHOOSELAYOUT="Select a Layout"
5757
MOD_REGISTERLOGIN_CHOOSELAYOUT_DES="Select a Layout"
5858
MOD_REGISTERLOGIN_CHOOSELAYOUT_VALUE="Radio Buttons"
5959
MOD_REGISTERLOGIN_CHOOSELAYOUT_VALUE1="Tabs"
60-
MOD_REGISTERLOGIN_NOT_ALLWED="User Registration Not allowed at this moment."
60+
MOD_REGISTERLOGIN_NOT_ALLWED="User Registration not allowed at this moment."

tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
<?php }else{ ?>
192192
<div class="alert alert-warning m-2 p-2">
193-
<strong><?php echo JText::_('WARNING'); ?></strong><?php echo JText::_('MOD_REGISTERLOGIN_NOT_ALLWED'); ?>
193+
<strong><?php echo JText::_('WARNING'); ?></strong> <?php echo JText::_('MOD_REGISTERLOGIN_NOT_ALLWED'); ?>
194194
</div>
195195
<?php } ?>
196196
</div>

0 commit comments

Comments
 (0)