diff --git a/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js b/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js index 4b20853c..8e96b0c5 100755 --- a/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js +++ b/_ALL_SITES/piuchebuono.app/db/lang/ws_enUs.js @@ -1,7 +1,7 @@ const msg_website_enUs = { ws: { - sitename: 'Fiore Della Vita', - siteshortname: 'Fiore Della Vita', + sitename: 'Più che Buono', + siteshortname: 'Più che Buono', description: '', keywords: '', }, diff --git a/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js b/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js index 015979cf..752ef0e1 100755 --- a/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js +++ b/_ALL_SITES/piuchebuono.app/db/lang/ws_it.js @@ -1,7 +1,7 @@ const msg_website_it = { ws: { - sitename: 'Fiore Della Vita', - siteshortname: 'Fiore Della Vita', + sitename: 'Più che Buono', + siteshortname: 'Più che Buono', description: '', keywords: '', }, @@ -131,7 +131,7 @@ const msg_website_it = { color: 'Colore', }, msg: { - myAppName: 'Fiore della Vita', + myAppName: 'Più che Buono', myAppDescription: 'Il primo Vero Social Libero, Equo e Solidale, dove Vive Consapevolezza e Aiuto Comunitario. Gratuito', underconstruction: 'App in costruzione...', myDescriz: '', diff --git a/src/components/CMyElem/CMyElem.ts b/src/components/CMyElem/CMyElem.ts index 97e4c852..a1712f7d 100755 --- a/src/components/CMyElem/CMyElem.ts +++ b/src/components/CMyElem/CMyElem.ts @@ -54,7 +54,7 @@ export default defineComponent({ CPresentazione, CMyActivities, CMyProfileTutorial, CSendRISTo, CTitleBanner, CShareSocial, CCheckAppRunning, CRegistration, - CVisuVideoPromoAndPDF, + CVisuVideoPromoAndPDF, CECommerce, }, emits: ['selElemClick'], props: { diff --git a/src/components/CProductCard/CProductCard.vue b/src/components/CProductCard/CProductCard.vue index eb4a818a..d08745b3 100755 --- a/src/components/CProductCard/CProductCard.vue +++ b/src/components/CProductCard/CProductCard.vue @@ -1,4 +1,5 @@