Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-03-12 20:32:44 +0300
committerGitHub <noreply@github.com>2022-03-12 20:32:44 +0300
commit625ef46cbbd7750943a5a10a7f8399f4aedb8d61 (patch)
tree780453a5d69900f71e7ba47f3228d768681a5bc3 /src
parentc5b40160cd67c133fe36282eddbb0ee479918c84 (diff)
Rename download to export (#1941)
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/ListItemCalendar.vue2
-rw-r--r--src/views/AppSidebar.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AppNavigation/ListItemCalendar.vue b/src/components/AppNavigation/ListItemCalendar.vue
index 16c123bb..719af19b 100644
--- a/src/components/AppNavigation/ListItemCalendar.vue
+++ b/src/components/AppNavigation/ListItemCalendar.vue
@@ -79,7 +79,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<template #icon>
<Download :size="20" />
</template>
- {{ t('tasks', 'Download') }}
+ {{ t('tasks', 'Export') }}
</ActionLink>
<ActionButton v-if="!calendar.readOnly || calendar.isSharedWithMe"
v-tooltip="{
diff --git a/src/views/AppSidebar.vue b/src/views/AppSidebar.vue
index 7b146732..87e7c96a 100644
--- a/src/views/AppSidebar.vue
+++ b/src/views/AppSidebar.vue
@@ -105,7 +105,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<template #icon>
<Download :size="20" />
</template>
- {{ t('tasks', 'Download') }}
+ {{ t('tasks', 'Export') }}
</ActionLink>
<ActionButton v-if="!readOnly"
@click="scheduleTaskDeletion(task)">