Update editor lists tooltip
This commit is contained in:
parent
d6f16fe65e
commit
1789cb261f
|
@ -1776,13 +1776,13 @@
|
|||
(this.settings = [
|
||||
{
|
||||
name: "unordered",
|
||||
label: this.api.i18n.t("Unordered"),
|
||||
label: this.api.i18n.t("Bulleted"),
|
||||
icon: n,
|
||||
default: t.defaultStyle === "unordered" || !1,
|
||||
},
|
||||
{
|
||||
name: "ordered",
|
||||
label: this.api.i18n.t("Ordered"),
|
||||
label: this.api.i18n.t("Numbered"),
|
||||
icon: l,
|
||||
default: t.defaultStyle === "ordered" || !0,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue