mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Improving translation for mysql user length, fixing tabs, enabling mysql limit note for MariaDB too, adding documentation for is_it_mysql_or_mariadb() PHP function
This commit is contained in:
parent
3b42d0a941
commit
6bf6cbd6d0
31 changed files with 75 additions and 37 deletions
|
@ -60,7 +60,8 @@
|
|||
<td class="vst-text input-label">
|
||||
<?php
|
||||
print __('User');
|
||||
if (is_it_mysql_or_mariadb()=='mysql') echo " <em><small>(".__('maximum 16 characters length, including prefix').")</small></em>";
|
||||
// if (is_it_mysql_or_mariadb()=='mysql')
|
||||
echo " <em><small>(".__('maximum characters length, including prefix', 16).")</small></em>";
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue