diff --git a/js/src/components/Account/ActorCard.vue b/js/src/components/Account/ActorCard.vue index 8ca1d5152..7d93e6fab 100644 --- a/js/src/components/Account/ActorCard.vue +++ b/js/src/components/Account/ActorCard.vue @@ -6,7 +6,7 @@
props.modelValue); diff --git a/js/src/components/Group/GroupCard.vue b/js/src/components/Group/GroupCard.vue index cfa881228..fa6992bba 100644 --- a/js/src/components/Group/GroupCard.vue +++ b/js/src/components/Group/GroupCard.vue @@ -2,7 +2,7 @@
-
+
emit("submit"), }), Placeholder.configure({ - placeholder: props.placeholder ?? t('Write something') - }) + placeholder: props.placeholder ?? t("Write something"), + }), ], injectCSS: false, content: props.modelValue, diff --git a/js/src/views/Admin/DashboardView.vue b/js/src/views/Admin/DashboardView.vue index cac05b8dd..69a5cc20c 100644 --- a/js/src/views/Admin/DashboardView.vue +++ b/js/src/views/Admin/DashboardView.vue @@ -66,12 +66,18 @@
-

{{ t('Last published event')}}

- +

{{ t("Last published event") }}

+
-

{{ t('Last group created')}}

- +

{{ t("Last group created") }}

+
diff --git a/js/src/views/Event/EventView.vue b/js/src/views/Event/EventView.vue index a755232b8..be93315df 100755 --- a/js/src/views/Event/EventView.vue +++ b/js/src/views/Event/EventView.vue @@ -110,9 +110,7 @@
-
-
+

{{ t("These events may interest you") }}

@@ -493,7 +499,6 @@ useHead({ });