diff options
author | Rocky <rockyiii@gmx.net> | 2025-02-14 14:56:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-02-14 14:56:17 +0000 |
commit | b6560e545634a2092a967e4497212b407ff776f7 (patch) | |
tree | 052c05578252f3c48dcc596ac32fad3b4801e8d9 /view | |
parent | b805f48c32b914eaacb2ec8e204215b77a86d132 (diff) | |
download | volse-hubzilla-b6560e545634a2092a967e4497212b407ff776f7.tar.gz volse-hubzilla-b6560e545634a2092a967e4497212b407ff776f7.tar.bz2 volse-hubzilla-b6560e545634a2092a967e4497212b407ff776f7.zip |
Highlight_mark_button3
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/comment_item.tpl | 2 | ||||
-rw-r--r-- | view/tpl/jot.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 059e2793a..1dc7ad88b 100644 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -37,7 +37,7 @@ <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;"> <i class="bi bi-code comment-icon"></i> </button> - <button class="btn btn-outline-secondary btn-sm border-0" title="highlight" onclick="insertbbcomment('{{$comment}}','mark', {{$id}}); return false;"> + <button class="btn btn-outline-secondary btn-sm border-0" title="{{$edhighlighter}}" onclick="insertbbcomment('{{$comment}}','mark', {{$id}}); return false;"> <i class="bi bi-highlighter comment-icon"></i> </button> </div> diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index a6ec453e7..9c9d649aa 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -116,7 +116,7 @@ <button type="button" id="main-editor-code" class="btn btn-outline-secondary btn-sm border-0" title="{{$code}}" onclick="inserteditortag('code', 'profile-jot-text'); return false;"> <i class="bi bi-code jot-icons"></i> </button> - <button type="button" id="main-editor-bold" class="btn btn-outline-secondary btn-sm border-0" title="highlight" onclick="inserteditortag('mark', 'profile-jot-text'); return false;"> + <button type="button" id="main-editor-bold" class="btn btn-outline-secondary btn-sm border-0" title="{{$highlighter}}" onclick="inserteditortag('mark', 'profile-jot-text'); return false;"> <i class="bi bi-highlighter jot-icons"></i> </button> </div> |