From 1490696ba3a42c9d9be32b69bba32d7e5797a1cf Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 18 Feb 2022 09:46:56 +0100 Subject: [PATCH] FIX: typo --- .gitignore | 2 +- src/complexitywiki_plugins.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9159609..80a925e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ tmp/ sample/ckeditor.dist.js /package-lock.json *~ -indiscale-ckeditor5-complexitywiki-plugins-*.tgz +*.tgz diff --git a/src/complexitywiki_plugins.js b/src/complexitywiki_plugins.js index 1e31838..4ca439a 100644 --- a/src/complexitywiki_plugins.js +++ b/src/complexitywiki_plugins.js @@ -108,7 +108,7 @@ export default class ComplexitywikiPlugins extends Plugin { const view = new ButtonView( locale ); 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, tooltip: true, isToggleable: true -- GitLab