mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
text fixes
This commit is contained in:
@@ -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.') }}
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user