]> BookStack Code Mirror - bookstack/blobdiff - resources/views/comments/comment.blade.php
Updated 'Spanish Argentina' translation.
[bookstack] / resources / views / comments / comment.blade.php
index 37b40d579d4e0609f1543bf8cf544e1dc6055f87..29d1292c206456730fd2e8970532b23edc202cef 100644 (file)
@@ -6,7 +6,7 @@
                 <button type="button" class="text-button" action="edit" title="{{ trans('common.edit') }}">@icon('edit')</button>
             @endif
             @if(userCan('comment-create-all'))
-                <button type="button" class="text-button" action="reply" title="{{ trans('common.reply') }}"><i class="zmdi zmdi-mail-reply-all"></i></button>
+                <button type="button" class="text-button" action="reply" title="{{ trans('common.reply') }}">@icon('reply')</button>
             @endif
             @if(userCan('comment-delete', $comment))