about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorchr <chr@cybre.space>2021-03-02 00:03:24 -0800
committerchr <chr@cybre.space>2021-03-02 00:03:24 -0800
commit8856c046e4e035dd0e02de32bd0a9fe4e83c81d2 (patch)
tree5759dce6c43322fabfa2bdc5ae2102092adcefda /app/views
parent39a545e9a2a8e26503d4acb32ff424da1c3c0142 (diff)
fixes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/profiles/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml
index 4885878f0..ff9cd997f 100644
--- a/app/views/settings/profiles/show.html.haml
+++ b/app/views/settings/profiles/show.html.haml
@@ -10,7 +10,7 @@
   .fields-row
     .fields-row__column.fields-group.fields-row__column-6
       = f.input :display_name, wrapper: :with_label, input_html: { maxlength: 30, data: { default: @account.username } }, hint: false
-      = f.input :note, wrapper: :with_label, input_html: { maxlength: 500 }, hint: false
+      = f.input :note, wrapper: :with_label, input_html: { maxlength: 1024 }, hint: false
 
   .fields-row
     .fields-row__column.fields-row__column-6