Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Jan 5, 2018
1 parent fc51882 commit c542403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Itop/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static function addItopResourceFormElement(QuickForm $form, $name, $autos
{
static::addResourceFormElement($form, $name, 'iTop');
if($autosubmit) $form->getElement($name)->setAttrib('class', 'autosubmit');
$form->getElement($name)->setDescription($form->translate('Select which iTop instance to connect to. The content of this list depends on you configuration in "resources.ini"'));
$form->getElement($name)->setDescription($form->translate('Select which iTop instance to connect to. The content of this list depends on your configuration in "resources.ini"'));
}

/**
Expand Down

0 comments on commit c542403

Please sign in to comment.