Skip to content

Commit e033c29

Browse files
committed
fixed typo
1 parent 0268bf0 commit e033c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_user.html

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

1010
<table class="sub-menu" style="background: white;">
1111
<tr>
12-
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Adding User</b></a>
12+
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b>Editing User</b></a>
1313
<?php
1414
if (!empty($_SESSION['error_msg'])) {
1515
echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";

0 commit comments

Comments
 (0)