We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df9bc2 commit 983c9d9Copy full SHA for 983c9d9
dialogues/ShareTabsetDialog.vue
@@ -11,7 +11,10 @@
11
</div>
12
</q-card-section>
13
<q-card-section>
14
- <div class="text-body">Author:</div>
+ <div class="text-body">
15
+ Author:
16
+ <help-widget>The Invitee will see this name to know who invited her</help-widget>
17
+ </div>
18
<q-input
19
v-model="author"
20
class="q-mb-md q-pb-none"
@@ -21,7 +24,10 @@
21
24
error-message="Please do not use special Characters, maximum length is 32" />
22
25
23
26
- <div class="text-body">User to share with:</div>
27
28
+ User to share with:
29
+ <help-widget>Provide an email this invitation is sent to</help-widget>
30
31
32
v-model="shareWithEmail"
33
0 commit comments