fix(app): locale error

This commit is contained in:
Adam
2026-03-05 08:10:32 -06:00
parent 152df2428d
commit a3d4ea0de1
4 changed files with 31 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ export function NewSessionView(props: NewSessionViewProps) {
{language.t("session.new.lastModified")} 
<span class="text-text-strong">
{DateTime.fromMillis(project().time.updated ?? project().time.created)
.setLocale(language.locale())
.setLocale(language.intl())
.toRelative()}
</span>
</div>