text fixes

This commit is contained in:
Čarodej
2021-10-29 17:25:50 +02:00
parent 06bb51989e
commit 57506fc34f
4 changed files with 11 additions and 7 deletions

View File

@@ -86,7 +86,7 @@
<!--Homepage-->
<template v-if="isTeamFolderHomepage">
<h1 class="title">
{{ $t('Nothing shared with you') }}
{{ $t('Nothing Shared With You') }}
</h1>
<p class="description">
{{ $t('All items that are shared with you will be visible here.') }}

View File

@@ -111,7 +111,7 @@
{{ $t('Create your Team Folder') }}
</h1>
<p class="description">
{{ $t('Share your files with your team easily by creating new team folder.') }}
{{ $t('Collaborate on your files with your team easily by creating new team folder.') }}
</p>
<ButtonBase @click.native="$createTeamFolder" button-style="theme" class="m-center">
{{ $t('Create Team Folder') }}

View File

@@ -61,7 +61,7 @@
</FileActionsMobile>
<EmptyFilePage>
<h1 class="title">{{ $t('empty_page.title') }}</h1>
<h1 class="title">{{ $t('Your Trash is Empty') }}</h1>
</EmptyFilePage>
<FileBrowser />