Skip to content

Commit

Permalink
Merge pull request #89 from alienp4nda/bugs/small-mistakes
Browse files Browse the repository at this point in the history
missed commas, button missing text
  • Loading branch information
AlfHou authored Jan 11, 2024
2 parents dd1d646 + c4389f6 commit 79a9357
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ui/src/locales/da.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"quickentry": "Ingen hurtige indtastninger | Hurtig indtastning | Hurtige indtastninger",
"quickentry": "Ingen hurtige indtastninger | Hurtig indtastning | Hurtige indtastninger",
"statistics": "Statistik",
"thisweek": "Denne uge",
"thismonth": "Denne måned",
Expand Down Expand Up @@ -41,8 +41,8 @@
"distanceunit": "Afstandsenhed",
"dateformat": "Datoformat",
"createnow": "Opret nu",
"yourvehicles": "Dine køretøjer"
"menu": {
"yourvehicles": "Dine køretøjer",
"menu": {
"quickentries": "Hurtige indtastninger",
"logout": "Log ud",
"import": "Import",
Expand Down Expand Up @@ -79,7 +79,7 @@
"fuelsubtype": "Brændstoftype",
"fueltype": "Brændstoftype",
"quantity": "Mængde",
"gasstation": "Tankstation"
"gasstation": "Tankstation",
"fuel": {
"petrol": "Benzin",
"diesel": "Diesel",
Expand Down Expand Up @@ -152,7 +152,7 @@
"importgenerichintdata": "Data skal være i CSV-format.",
"here": "her",
"unprocessedquickentries": "Du har en hurtig indtastning, der skal behandles. | Du har {0} hurtige indtastninger, der venter på at blive behandlet.",
"show": "Vis"
"show": "Vis",
"loginerror": "Der opstod en fejl ved login til din konto. {msg}",
"showunprocessed": "Vis kun ubehandlede",
"unprocessed": "ubehandlede",
Expand Down Expand Up @@ -228,4 +228,4 @@
"disable": "Deaktiver",
"confirm": "Fortsæt",
"labelforfile": "Mærke for denne fil"
}
}
2 changes: 1 addition & 1 deletion ui/src/router/views/initialize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default {
</b-field>
<br />
<div class="buttons">
<b-button type="is-primary" native-type="submit" tag="button" :value="$t('save')"></b-button>
<b-button type="is-primary" native-type="submit" tag="button" :value="$t('save')">{{ $t('save') }}</b-button>

<b-button type="is-danger is-light" @click="resetMigrationMode">{{ $t('cancel') }}</b-button>
</div>
Expand Down

0 comments on commit 79a9357

Please sign in to comment.