mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Styling of send item display name.
This commit is contained in:
parent
172cfa9527
commit
7e09b4c6a2
1 changed files with 2 additions and 2 deletions
|
@ -524,8 +524,8 @@
|
|||
<v-card-title class="headline">Receiving Item</v-card-title>
|
||||
|
||||
<v-card-text>
|
||||
{{$store.state.receiveDialog.data.userDisplayName}} sent you an item. <br />
|
||||
User UUID: {{$store.state.receiveDialog.data.userUUID}}
|
||||
<b>{{$store.state.receiveDialog.data.userDisplayName}} sent you an item.</b> <br />
|
||||
<i class="caption">User UUID: {{$store.state.receiveDialog.data.userUUID}}</i>
|
||||
</v-card-text>
|
||||
|
||||
<v-form
|
||||
|
|
Loading…
Reference in a new issue