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/Biography.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue3
1 files changed, 1 insertions, 2 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"