@glissandoo/lib 1.29.0 → 1.29.2
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/lang/en.json +1 -1
- package/lang/index.d.ts +15 -1816
- package/lang/index.js +7 -1
- package/models/Communication/index.d.ts +2 -3
- package/models/Communication/index.js +3 -4
- package/models/Evento/basic.d.ts +3 -4
- package/models/Evento/basic.js +4 -5
- package/models/Group/basic.d.ts +3 -4
- package/models/Group/basic.js +4 -5
- package/models/Model/index.d.ts +10 -0
- package/models/Model/index.js +21 -0
- package/models/Model/lang.d.ts +8 -0
- package/models/Model/lang.js +17 -0
- package/models/User/basic.d.ts +4 -5
- package/models/User/basic.js +5 -5
- package/package.json +1 -1
package/lang/en.json
CHANGED
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"theme.claim.new.title": "A music sheet review has been submitted by a musician",
|
|
238
238
|
"theme.claim.update.text": "{instrument:extra.instrumentId} sheet for \"{string:extra.title}\" has been added.",
|
|
239
239
|
"theme.claim.update.title": "New {instrument:extra.instrumentId} sheet has been added",
|
|
240
|
-
"emails.common.footer.contact": "If you have any doubts, please don't hesitate to contact us
|
|
240
|
+
"emails.common.footer.contact": "If you have any doubts, please don't hesitate to contact us.\nOur email is hello@glissandoo.com.",
|
|
241
241
|
"emails.common.footer.rights": "© 2023 Glissandoo.com, All rights reserved.",
|
|
242
242
|
"emails.biweeklyEventReminder.subject": "Don't miss these events!",
|
|
243
243
|
"emails.biweeklyEventReminder.title": "Events Summary",
|