Sync: Rename "Sharing" to "Upload"

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-20 08:52:52 +02:00
parent 02fa18ab05
commit 933c1c19d6
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<v-card-title primary-title> <v-card-title primary-title>
<v-layout row wrap v-if="scope === 'sharing'"> <v-layout row wrap v-if="scope === 'sharing'">
<v-flex xs9> <v-flex xs9>
<h3 class="headline mb-0">Sharing</h3> <h3 class="headline mb-0">Upload</h3>
</v-flex> </v-flex>
<v-flex xs3 text-xs-right> <v-flex xs3 text-xs-right>
<v-switch <v-switch

View file

@ -92,7 +92,7 @@
editScope: "main", editScope: "main",
listColumns: [ listColumns: [
{text: this.$gettext('Name'), value: 'AccName', sortable: false, align: 'left'}, {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('Sync'), value: 'AccSync', sortable: false, align: 'center'},
{text: this.$gettext('Synced'), value: 'SyncDate', sortable: false, class: 'hidden-sm-and-down', align: 'left'}, {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'}, {text: '', value: '', sortable: false, class: 'hidden-xs-only', align: 'right'},