fixed: Default Thing Name when adding a Thing is Thingy and should be Thing
This commit is contained in:
parent
0517715063
commit
8d756de290
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue