Skip to content

Commit

Permalink
Transalte comments feed panel visibility control tooltips.
Browse files Browse the repository at this point in the history
Issue #674
  • Loading branch information
kabalin committed Apr 20, 2024
1 parent 99f3ba2 commit 01d7203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/module/map/map.pug
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
span.tltp-wrap
.trtool.button.fringe(aria-describedby="showcomments" data-bind="click: toggleCommentsFeed, attr: {'aria-expanded': (commentFeedShown() ? 'true' : 'false')}" aria-controls="commentsFeed")
span.glyphicon.glyphicon-comment
.tltp.tltp-bottom.tltp-hotizontal-right.tltp-animate-opacity(id="showcomments" role="tooltip" data-bind="text: (commentFeedShown() ? 'Скрыть комментарии' : 'Показать комментарии')")
.tltp.tltp-bottom.tltp-hotizontal-right.tltp-animate-opacity(id="showcomments" role="tooltip" data-bind="text: (commentFeedShown() ? 'Hide comments' : 'Show comments')")
// /ko

0 comments on commit 01d7203

Please sign in to comment.