diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index adb8716..75cb759 100755 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Thank you for createing this issue. We will check it as soon as possible.' + issue-message: 'Thank you for creating this issue. We will check it as soon as possible.' pr-message: 'Thank you for your pull request. We will check it as soon as possible.' diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 4a455e6..bd4fed6 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -14,7 +14,7 @@ declare(strict_types=1); return ['Navigation' => [ 'Account' => 'Account', - 'Analysis' => 'Analyse', + 'Analysis' => 'Auswertung', 'Clients' => 'Kunden', 'Create' => 'Erstellen', 'Finance' => 'Finanzen', diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index ce795af..3132b3d 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -19,8 +19,8 @@ return ['Finance' => [ 'Address' => 'Adresse', 'All' => 'Alle', 'Amount' => 'Höhe', - 'Analysis' => 'Analyse', - 'Analyze' => 'Analyse', + 'Analysis' => 'Auswertung', + 'Analyze' => 'Auswerten', 'Area' => 'Bereich', 'Available' => 'Erhältlich', 'Calculate' => 'Berechnung',