diff options
author | chr <chr@cybre.space> | 2021-03-02 00:03:24 -0800 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-02 00:03:24 -0800 |
commit | 8856c046e4e035dd0e02de32bd0a9fe4e83c81d2 (patch) | |
tree | 5759dce6c43322fabfa2bdc5ae2102092adcefda /app/views | |
parent | 39a545e9a2a8e26503d4acb32ff424da1c3c0142 (diff) |
fixes
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 2 |
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 |