diff options
Diffstat (limited to 'apps/projects/src/app/lib/i18n/en/index.ts')
| -rw-r--r-- | apps/projects/src/app/lib/i18n/en/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/projects/src/app/lib/i18n/en/index.ts b/apps/projects/src/app/lib/i18n/en/index.ts index 9d74481..a85af7b 100644 --- a/apps/projects/src/app/lib/i18n/en/index.ts +++ b/apps/projects/src/app/lib/i18n/en/index.ts @@ -101,13 +101,12 @@ const en: BaseTranslation = { use: "Use", }, home: { - hourSingleChar: "h", - minSingleChar: "m", confirmDeleteEntry: "Are you sure you want to delete this entry?", newEntry: "New entry", editEntry: "Edit entry", deleteEntry: "Delete entry", loggedTimeToday: "Logged time today", + loggedTimeTodayString: "{hours}h{minutes}m", currentTime: "Current time", loading: "Loading", stopwatch: "Stopwatch", |
