aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/estimates-$id.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-24 16:58:30 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-24 16:58:30 +0200
commit3dac17a9fb54c977c97280ed4c482e9d4266b7de (patch)
treecf70257c1604e07a9d6c27ee28069d877ec3bfc1 /src/frontend/app/routes/estimates-$id.tsx
parentecb73e1684b42265af3f8d93541600e4d0f9c414 (diff)
Add missing translations
Diffstat (limited to 'src/frontend/app/routes/estimates-$id.tsx')
-rw-r--r--src/frontend/app/routes/estimates-$id.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/routes/estimates-$id.tsx b/src/frontend/app/routes/estimates-$id.tsx
index 5dbbc7d..e0e4fff 100644
--- a/src/frontend/app/routes/estimates-$id.tsx
+++ b/src/frontend/app/routes/estimates-$id.tsx
@@ -83,7 +83,7 @@ export default function Estimates() {
}
};
- if (data === null) return <h1 className="page-title">Cargando datos en tiempo real...</h1>
+ if (data === null) return <h1 className="page-title">{t('common.loading')}</h1>
return (
<div className="page-container">