Sync: Rename "Sharing" to "Upload"
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
02fa18ab05
commit
933c1c19d6
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<v-card-title primary-title>
|
||||
<v-layout row wrap v-if="scope === 'sharing'">
|
||||
<v-flex xs9>
|
||||
<h3 class="headline mb-0">Sharing</h3>
|
||||
<h3 class="headline mb-0">Upload</h3>
|
||||
</v-flex>
|
||||
<v-flex xs3 text-xs-right>
|
||||
<v-switch
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
editScope: "main",
|
||||
listColumns: [
|
||||
{text: this.$gettext('Name'), value: 'AccName', sortable: false, align: 'left'},
|
||||
{text: this.$gettext('Sharing'), value: 'AccShare', sortable: false, align: 'center'},
|
||||
{text: this.$gettext('Upload'), value: 'AccShare', sortable: false, align: 'center'},
|
||||
{text: this.$gettext('Sync'), value: 'AccSync', sortable: false, align: 'center'},
|
||||
{text: this.$gettext('Synced'), value: 'SyncDate', sortable: false, class: 'hidden-sm-and-down', align: 'left'},
|
||||
{text: '', value: '', sortable: false, class: 'hidden-xs-only', align: 'right'},
|
||||
|
|
Loading…
Reference in a new issue