fix(costs): rework the cost panel UX wise and apply prettier on the shared package

This commit is contained in:
jubnl
2026-06-18 13:59:10 +02:00
parent ad6e1ddcc8
commit d5850041a7
584 changed files with 6915 additions and 10724 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ const trips: TranslationStrings = {
'trips.reminderDays': 'hari',
'trips.reminderCustom': 'Kustom',
'trips.reminderDaysBefore': 'hari sebelum keberangkatan',
'trips.reminderDisabledHint':
'Pengingat perjalanan dinonaktifkan. Aktifkan di Admin > Pengaturan > Notifikasi.',
'trips.reminderDisabledHint': 'Pengingat perjalanan dinonaktifkan. Aktifkan di Admin > Pengaturan > Notifikasi.',
};
export default trips;