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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/BiographySection')
-rw-r--r--apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue3
-rw-r--r--apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue6
2 files changed, 3 insertions, 6 deletions
diff --git a/apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue b/apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue
index 64f9640d9f2..ffe0029db8d 100644
--- a/apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue
+++ b/apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue
@@ -22,8 +22,7 @@
<template>
<div class="biography">
- <textarea
- id="biography"
+ <textarea id="biography"
:placeholder="t('settings', 'Your biography')"
:value="biography"
rows="8"
diff --git a/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue b/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
index 637c24e2665..c8aacb03e9c 100644
--- a/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
+++ b/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
@@ -22,13 +22,11 @@
<template>
<section>
- <HeaderBar
- :account-property="accountProperty"
+ <HeaderBar :account-property="accountProperty"
label-for="biography"
:scope.sync="primaryBiography.scope" />
- <Biography
- :biography.sync="primaryBiography.value"
+ <Biography :biography.sync="primaryBiography.value"
:scope.sync="primaryBiography.scope" />
</section>
</template>