project-booster-vue 9.18.4 → 9.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -136,7 +136,11 @@
|
|
|
136
136
|
</m-container>
|
|
137
137
|
<pb-empty-state
|
|
138
138
|
v-else
|
|
139
|
-
:title="
|
|
139
|
+
:title="
|
|
140
|
+
!readOnly
|
|
141
|
+
? 'Partager vos documents (plan, photo) pour votre RDV de conception avec un conseiller'
|
|
142
|
+
: ''
|
|
143
|
+
"
|
|
140
144
|
:subtitle="!readOnly ? '' : 'Aucune information renseignée'"
|
|
141
145
|
image="https://storage.googleapis.com/project-booster-media/media/empty-media.png"
|
|
142
146
|
:button-label="!readOnly ? 'Ajouter des documents' : ''"
|