diff --git a/.gitignore b/.gitignore
index 915960991788fb5f1707a36d8d2b01aab6af74a9..80a925e50d4e9fd2d34b802fb29f531ec7f7f1de 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 1e3183839ae506e683cf44cec93347ac4cc3a197..4ca439a8accf75a251a2bde1486f5f49a0a2bfd2 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