Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-02-11 20:05:26 +0300
committerAleksander Machniak <alec@alec.pl>2018-02-11 20:06:34 +0300
commit2240d43985c634db022d7d381b55fb9bb3a53f3d (patch)
tree91c1aad0ff2b5a4fa9690dc5672035bf53539107 /installer/test.php
parent96cee7cd92888aec1df2fa3a7d607f16e4aa23a4 (diff)
Fix duplicated labels in Test SMTP Config section (#6166)
Diffstat (limited to 'installer/test.php')
-rw-r--r--installer/test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/test.php b/installer/test.php
index f3f36c85e..735e1f2c0 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -268,11 +268,11 @@ if ($pass == '%p') {
<td><?php echo $RCI->getprop('smtp_port'); ?></td>
</tr>
<tr>
- <td><label for="smtp_user">Sender</label></td>
+ <td><label for="smtp_user">Username</label></td>
<td><?php echo $user; ?></td>
</tr>
<tr>
- <td><label for="smtp_pass">Recipient</label></td>
+ <td><label for="smtp_pass">Password</label></td>
<td><?php echo $pass; ?></td>
</tr>
</tbody>