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"
|
<NcAppSidebarTab v-if="hasActivity"
|
||||||
id="activity"
|
id="activity"
|
||||||
:order="3"
|
:order="3"
|
||||||
:name="t('deck', 'Timeline')">
|
:name="t('deck', 'Activity')">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ActivityIcon :size="20" />
|
<ActivityIcon :size="20" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
<NcAppSidebarTab v-if="hasActivity"
|
<NcAppSidebarTab v-if="hasActivity"
|
||||||
id="timeline"
|
id="timeline"
|
||||||
:order="3"
|
:order="3"
|
||||||
:name="t('deck', 'Timeline')">
|
:name="t('deck', 'Activity')">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ActivityIcon :size="20" />
|
<ActivityIcon :size="20" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user