fixed: Default Thing Name when adding a Thing is Thingy and should be Thing

This commit is contained in:
Yung Han Khoe 2008-04-21 15:34:00 +00:00
parent 0517715063
commit 8d756de290
2 changed files with 2 additions and 1 deletions

View file

@ -1104,7 +1104,7 @@ sub www_editThing {
my $groupIdEdit = $self->get("groupIdEdit");
%properties = (
thingId=>$thingId,
label=>$i18n->get('assetName'),
label=>$i18n->get('thing name label'),
editScreenTitle=>$i18n->get('edit screen title label'),
groupIdAdd=>$groupIdEdit,
groupIdEdit=>$groupIdEdit,