From 3cdbfa8abf082901c961100564d7bc645b48d781 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 11 Mar 2024 09:38:47 +0100 Subject: [PATCH] Change topic label on "My Activities" page Resolves MS-901 #complete --- client/src/components/profile/ActivityList.vue | 2 +- client/src/components/profile/InstrumentActivityList.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/profile/ActivityList.vue b/client/src/components/profile/ActivityList.vue index fd0cbc65..d08bb2e1 100644 --- a/client/src/components/profile/ActivityList.vue +++ b/client/src/components/profile/ActivityList.vue @@ -7,7 +7,7 @@ v-if="module[property]?.length" :key="module.id" > -

Thema: {{ topic.title }} - {{ module.metaTitle }}: {{ module.title }}

+

{{ topic.title }}: {{ module.title }} - {{ module.metaTitle }}

-

{{ instrument.title }}

+

{{ flavor.textInstrument }}: {{ instrument.title }}