Skip to content

Commit

Permalink
Change description of user preference 'show webdav information' (#11913)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear authored Nov 15, 2024
1 parent 73badf0 commit 08b0242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-runtime/src/pages/account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@
<oc-tr v-if="showWebDavDetails" class="account-page-view-options">
<oc-td>{{ $gettext('View options') }}</oc-td>
<oc-td v-if="!isMobileWidth">
<span v-text="$gettext('Show WebDAV information in file details')" />
<span v-text="$gettext('Show WebDAV information in details view')" />
</oc-td>
<oc-td data-testid="view-options">
<oc-checkbox
:model-value="viewOptionWebDavDetailsValue"
size="large"
:label="$gettext('Show WebDAV information in file details')"
:label="$gettext('Show WebDAV information in details view')"
:label-hidden="!isMobileWidth"
data-testid="account-page-webdav-details-checkbox"
@update:model-value="updateViewOptionsWebDavDetails"
Expand Down

0 comments on commit 08b0242

Please sign in to comment.