Skip to content
Snippets Groups Projects
Commit 055fa42e authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: translation

parent b8371b6b
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ sub add_dnx_property ($dnx_property, $dnx_description) {
$driver->find_element("selectedSigPropname", "id")->clear;
$driver->find_element("selectedSigPropname", "id")->send_keys("$dnx_property");
$driver->find_element("selectedSigPropdescription", "id")->clear;
$driver->find_element("selectedSigPropdescription", "id")->send_keys("$dnx_description (automatisiert durch $0 hinzugefügt, $dow)");
$driver->find_element("selectedSigPropdescription", "id")->send_keys("$dnx_description (automatically added by ${0}, $dow)");
$driver->find_element("SaveSigPropGenDetails", "name")->click;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment