web/satellite short name updated to nickname (#2610)

This commit is contained in:
Vitalii Shpital 2019-07-24 13:59:48 +03:00 committed by GitHub
parent 3ebeda3334
commit 4de815ae5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@
@setData="setFullName" />
<HeaderedInput
class="full-input"
label="Short Name"
placeholder="Enter Short Name"
label="Nickname"
placeholder="Enter Nickname"
width="100%"
ref="shortNameInput"
:initValue="originalShortName"

View File

@ -29,8 +29,8 @@
</HeaderlessInput>
<HeaderlessInput
class="full-input"
label="Short Name"
placeholder="Enter Short Name"
label="Nickname"
placeholder="Enter Nickname"
@setData="setShortName"
width="100%"
height="46px">