Browse Source

Fix badge typo

spaghetti 8 years ago
parent
commit
b28ac8884f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/user/edit.php

+ 1
- 1
sections/user/edit.php View File

@@ -406,7 +406,7 @@ echo $Val->GenerateJS('userform');
406 406
         </td>
407 407
       </tr>
408 408
       <tr id="comm_badge_tr">
409
-        <td class="label tooltip" title="Select up to 5 badges to display next to your username."><strong>Displyed Badges</strong></td>
409
+        <td class="label tooltip" title="Select up to 5 badges to display next to your username."><strong>Displayed Badges</strong></td>
410 410
         <td>
411 411
 <?  $Badges = Badges::get_badges($UserID);
412 412
     if (empty($Badges)) {

Loading…
Cancel
Save