mirror of https://github.com/TriliumNext/Notes
feat(text-snippets): rewrite CKEditor translations
parent
9c80ab22af
commit
93f544a221
@ -0,0 +1,8 @@
|
||||
window.CKEDITOR_TRANSLATIONS = {
|
||||
en: {
|
||||
dictionary: {
|
||||
"Insert template": "Insert text snippet",
|
||||
"Search template": "Search text snippet"
|
||||
}
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue