From 526b55311a02070fe0ea1ef1b24cf507c4e53527 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 13 Dec 2020 17:38:41 -0700 Subject: [PATCH] Update ComposeModal, add maxlength attribute to alt text input. Fixes #2490 --- resources/assets/js/components/ComposeModal.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/ComposeModal.vue b/resources/assets/js/components/ComposeModal.vue index a6194f37..a1f64732 100644 --- a/resources/assets/js/components/ComposeModal.vue +++ b/resources/assets/js/components/ComposeModal.vue @@ -327,6 +327,7 @@

When you tag someone, they are sent a notification.
For more information on tagging, click here.

+

Tagging someone is like mentioning them, with the option to make it private between you.

@@ -420,7 +421,7 @@

- +

{{m.alt ? m.alt.length : 0}}/140

@@ -468,7 +469,7 @@
- +

Describe your photo for people with visual impairments. {{media[carouselCursor].alt ? media[carouselCursor].alt.length : 0}}/140