1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Change Remove Formatting button icon

This commit is contained in:
FreeScout 2020-10-28 23:13:43 -07:00
parent 69da2dbd18
commit f9ba58c6f1

2
public/js/main.js vendored
View File

@ -204,7 +204,7 @@ var EditorRemoveFormatButton = function (context) {
// create button
var button = ui.button({
contents: '<i class="note-icon-eraser"></i>',
contents: '<i class="note-icon-close"></i>',
tooltip: Lang.get("messages.remove_format"),
container: 'body',
click: function () {