Updated data loading strategy on world page
This commit is contained in:
@@ -241,6 +241,9 @@ export default defineI18nConfig(() => ({
|
||||
title: "The event \"{event}\" has been successfuly deleted.",
|
||||
},
|
||||
},
|
||||
error: {
|
||||
cannotFindAny: "We couldn't fetch your calendars…"
|
||||
},
|
||||
actionDialog: {
|
||||
tabs: {
|
||||
general: {
|
||||
@@ -571,6 +574,9 @@ export default defineI18nConfig(() => ({
|
||||
title: "L'évènement \"{event}\" a été supprimé avec succès.",
|
||||
},
|
||||
},
|
||||
error: {
|
||||
cannotFindAny: "Nous n'avons pas pu récupérer vos calendriers…"
|
||||
},
|
||||
actionDialog: {
|
||||
tabs: {
|
||||
general: {
|
||||
|
||||
Reference in New Issue
Block a user