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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user