Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCorentin Mors <corentin.mors@dashlane.com>2020-10-19 14:24:10 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-11-15 11:35:50 +0300
commita59a52c8f5fc2ee0609be758e62d3c560e975b51 (patch)
treeea1256dac9595b692c7463e7377b2a24782a0c96 /src
parentbd81098b0d965be37e30d044f49f2f397ca94402 (diff)
Fix wording squared photo view
Signed-off-by: Corentin Mors <corentin.mors@dashlane.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/CroppedLayoutSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/CroppedLayoutSettings.vue b/src/components/Settings/CroppedLayoutSettings.vue
index d31cea05..e6a15dcb 100644
--- a/src/components/Settings/CroppedLayoutSettings.vue
+++ b/src/components/Settings/CroppedLayoutSettings.vue
@@ -30,7 +30,7 @@
type="checkbox"
class="checkbox"
@change="updateSetting('croppedLayout')">
- <label for="enable-cropped-layout">{{ t('photos', 'Enable cropped layout') }}</label>
+ <label for="enable-cropped-layout">{{ t('photos', 'Enable squared photos view') }}</label>
</p>
</div>
</template>