From 3dac17a9fb54c977c97280ed4c482e9d4266b7de Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 16:58:30 +0200 Subject: Add missing translations --- src/frontend/app/routes/estimates-$id.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/routes/estimates-$id.tsx') 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

Cargando datos en tiempo real...

+ if (data === null) return

{t('common.loading')}

return (
-- cgit v1.3