From c6a4c13394cfae1362c07ee943e8d0891b493be3 Mon Sep 17 00:00:00 2001 From: Yota Ichino Date: Sun, 25 Oct 2015 22:56:31 +0900 Subject: [PATCH] Change messages about file types in the comment form. --- src/main/twirl/gitbucket/core/helper/attached.scala.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/twirl/gitbucket/core/helper/attached.scala.html b/src/main/twirl/gitbucket/core/helper/attached.scala.html index b961c8e19..0ceb228f8 100644 --- a/src/main/twirl/gitbucket/core/helper/attached.scala.html +++ b/src/main/twirl/gitbucket/core/helper/attached.scala.html @@ -3,7 +3,7 @@ @import gitbucket.core.util.FileUtil
@textarea -
Attach images or PDF files by dragging & dropping, or selecting them.
+
Attach images or documents by dragging & dropping, or selecting them.
@defining("(id=\")([\\w\\-]*)(\")".r.findFirstMatchIn(textarea.body).map(_.group(2))){ textareaId =>