diff --git a/frontend/src/dialog/account/p-account-edit-dialog.vue b/frontend/src/dialog/account/p-account-edit-dialog.vue index 737003b33..068eb277b 100644 --- a/frontend/src/dialog/account/p-account-edit-dialog.vue +++ b/frontend/src/dialog/account/p-account-edit-dialog.vue @@ -4,7 +4,7 @@ -

Upload

+

{{ $gettext('Upload') }}

-

Remote Sync

+

{{ $gettext('Remote Sync') }}

-

Edit Account

+

{{ $gettext('Edit Account') }}

-

Edit Account

+

{{ $gettext('Edit Account') }}

@@ -76,7 +76,7 @@ hide-details hide-no-data flat v-model="model.SharePath" browser-autocomplete="off" - hint="Location" + hint="Folder" :search-input.sync="search" :items="pathItems" :loading="loading" @@ -121,7 +121,7 @@ hide-details hide-no-data flat v-model="model.SyncPath" browser-autocomplete="off" - hint="Location" + hint="Folder" :search-input.sync="search" :items="pathItems" :loading="loading" @@ -344,10 +344,10 @@ owner: this.$gettext("Owner"), apiKey: this.$gettext("API Key"), AccType: this.$gettext("Type"), - SharePath: this.$gettext("Default Location"), + SharePath: this.$gettext("Default Folder"), ShareSize: this.$gettext("Size"), ShareExpires: this.$gettext("Expires"), - SyncPath: this.$gettext("Location"), + SyncPath: this.$gettext("Folder"), SyncInterval: this.$gettext("Interval"), SyncFilenames: this.$gettext("Preserve filenames"), SyncStart: this.$gettext("Start"), diff --git a/frontend/src/dialog/p-photo-share-dialog.vue b/frontend/src/dialog/p-photo-share-dialog.vue index fa48c5e3d..deb57bf45 100644 --- a/frontend/src/dialog/p-photo-share-dialog.vue +++ b/frontend/src/dialog/p-photo-share-dialog.vue @@ -27,7 +27,7 @@ hide-details hide-no-data flat v-model="path" browser-autocomplete="off" - hint="Location" + hint="Folder" :search-input.sync="search" :items="pathItems" :loading="loading" @@ -80,7 +80,7 @@ newPath: "", labels: { account: this.$gettext("Account"), - path: this.$gettext("Location"), + path: this.$gettext("Folder"), upload: this.$gettext("Upload"), setup: this.$gettext("Setup"), }