Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / charts_without_taxkey.pl
index 7ca9cb8..b0a703c 100644 (file)
@@ -28,7 +28,7 @@ INSERT INTO tax
   (0, 0, 'Keine Steuer');
 SQL
     $self->db_query($insert_taxkey0);
-    print $::locale->text("taxkey 0 with taxrate 0 was created.");
+    print $::locale->text("taxkey 0 with taxrate 0 was created.");
   };
 
   my $insert_taxkeys = <<SQL;