diff --git a/lang/de/configuration.php b/lang/de/configuration.php index 5ad181e..3609e6c 100644 --- a/lang/de/configuration.php +++ b/lang/de/configuration.php @@ -20,6 +20,7 @@ return [ 'Edit taxrate' => 'Steuersatz bearbeiten', 'New taxrate' => 'Neuer Steuersatz', 'Delete Taxrate' => 'Steuersatz löschen', + 'Are you sure you want to delete this taxrate?' => 'Sicher, dass der Steuersatz gelöscht werden soll?', 'Once the taxrate is deleted, all of its resources and data will be permanently deleted.' => 'Sobald der Steuersatz gelöscht wird, werden alle Ressourcen und Daten dauerhaft gelöscht.', 'Enter your taxrate\'s information.' => 'Gib die Informationen des Steuersatzes ein.', diff --git a/resources/views/taxrate/edit.blade.php b/resources/views/taxrate/edit.blade.php index ee70ef1..5f60597 100644 --- a/resources/views/taxrate/edit.blade.php +++ b/resources/views/taxrate/edit.blade.php @@ -90,7 +90,7 @@ - {{ __('configuration.Delete taxrate') }} + {{ __('configuration.Delete Taxrate') }}