From eb8b3528aac1b3b9b084a1f16cab3f58716fa31f Mon Sep 17 00:00:00 2001 From: Ciaran O'Reilly Date: Sun, 3 Nov 2024 03:26:27 +0100 Subject: [PATCH] fix: language strings --- .github/workflows/ci.yml | 2 +- src/locales/ca.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c92f0c3..52ce043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: - name: Run tests run: npm test - name: Build - run: npm run build + run: npm run build:prod diff --git a/src/locales/ca.json b/src/locales/ca.json index d5de50e..6085fa5 100644 --- a/src/locales/ca.json +++ b/src/locales/ca.json @@ -39,7 +39,7 @@ "originalVocals": "Veus originals", "dubbedVocals": "Veus doblades", "backgroundAudio": "Àudio de Fons", - "missingUUID": "Falta UUID", + "missingUUID": "Error carregant el vídeo, manca l'UUID", "loadingMedia": "Carregant vídeo, si us plau, espereu...", "edit": "Edita" } \ No newline at end of file