Skip to content
Snippets Groups Projects
Verified Commit 1490696b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: typo

parent c7d7c7a6
No related branches found
No related tags found
1 merge request!1ENH: Add inline reference button
...@@ -5,4 +5,4 @@ tmp/ ...@@ -5,4 +5,4 @@ tmp/
sample/ckeditor.dist.js sample/ckeditor.dist.js
/package-lock.json /package-lock.json
*~ *~
indiscale-ckeditor5-complexitywiki-plugins-*.tgz *.tgz
...@@ -108,7 +108,7 @@ export default class ComplexitywikiPlugins extends Plugin { ...@@ -108,7 +108,7 @@ export default class ComplexitywikiPlugins extends Plugin {
const view = new ButtonView( locale ); const view = new ButtonView( locale );
view.set( { view.set( {
label: t( 'Insert an inlne-reference link to another CaosDB entity' ), label: t( 'Insert an inline-reference link to another CaosDB entity' ),
icon: caosdbIcon, icon: caosdbIcon,
tooltip: true, tooltip: true,
isToggleable: true isToggleable: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment