Merge pull request #5164 from nextcloud/Jerome-Herbinet-replace-timeline-with-activity

Replace "Timeline" wording with "Activity" in order to be consistent with equivalent contexts throughout Nextcloud
This commit is contained in:
Julius Härtl
2023-10-10 08:38:10 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
<NcAppSidebarTab v-if="hasActivity"
id="activity"
:order="3"
:name="t('deck', 'Timeline')">
:name="t('deck', 'Activity')">
<template #icon>
<ActivityIcon :size="20" />
</template>

View File

@@ -78,7 +78,7 @@
<NcAppSidebarTab v-if="hasActivity"
id="timeline"
:order="3"
:name="t('deck', 'Timeline')">
:name="t('deck', 'Activity')">
<template #icon>
<ActivityIcon :size="20" />
</template>