diff --git a/app/routes/time-entries.tsx b/app/routes/time-entries.tsx
index f001bd1..bf2e242 100644
--- a/app/routes/time-entries.tsx
+++ b/app/routes/time-entries.tsx
@@ -134,7 +134,7 @@ export default function TimeEntriesPage() {
leftIcon={}
sx={{ marginTop: theme.spacing.sm, marginBottom: theme.spacing.sm }}
>
- Start
+ New
- } radius={theme.radius.md}>
- Start
+ : }
+ radius={theme.radius.md}
+ >
+ {end ? 'Save' : 'Start'}