diff options
Diffstat (limited to 'cacert/pages/index/1.php')
-rw-r--r-- | cacert/pages/index/1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacert/pages/index/1.php b/cacert/pages/index/1.php index c5b181e..d9ce8a8 100644 --- a/cacert/pages/index/1.php +++ b/cacert/pages/index/1.php @@ -46,7 +46,7 @@ <tr> <td class="DataTD"><?=_("Suffix")?><br> (<?=_("optional")?>)</td> - <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"></td> + <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"><br><?=sprintf(_("Please only write %sName Suffixes%s into this field."),'<a href="http://en.wikipedia.org/wiki/Suffix_%28name%29" target="_blank">','</a>')?></td> </tr> <tr> <td class="DataTD"><?=_("Date of Birth")?><br> |