Enhances localization and UI for customer and employee views

Updates customer detail tab with localized activity log label
Refactors salary specification page with improved button styles and actions
Adds localization support for customer activity log in Danish and English translations

Improves print and interaction experience for salary specification page
This commit is contained in:
Janus C. H. Knudsen 2026-01-23 23:19:57 +01:00
parent 4d7e1ecbd5
commit 7aaa475a14
6 changed files with 50 additions and 18 deletions

View file

@ -622,6 +622,11 @@
"noteType": "Note",
"colorFormula": "Farveformel",
"seeAllNotes": "Se alle noter →"
},
"detail": {
"tabs": {
"activitylog": "Aktivitetslog"
}
}
}
}

View file

@ -574,5 +574,12 @@
"dailysummary": "Email with daily summary"
}
}
},
"customers": {
"detail": {
"tabs": {
"activitylog": "Activity log"
}
}
}
}