mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-08 17:48:40 +00:00
bug fixes
This commit is contained in:
parent
e3989ffb21
commit
8e11bd8c57
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -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.'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
return ['Navigation' => [
|
||||
'Account' => 'Account',
|
||||
'Analysis' => 'Analyse',
|
||||
'Analysis' => 'Auswertung',
|
||||
'Clients' => 'Kunden',
|
||||
'Create' => 'Erstellen',
|
||||
'Finance' => 'Finanzen',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user