From 7c7b7ed98262c2a34a9a69037d36e8d3d17378f6 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 26 Mar 2024 18:44:17 +0000 Subject: [PATCH] fix(endpoint-files): update localisations --- packages/endpoint-files/locales/nl.json | 2 +- packages/endpoint-files/locales/pt.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/endpoint-files/locales/nl.json b/packages/endpoint-files/locales/nl.json index 14297388c..37d650d04 100644 --- a/packages/endpoint-files/locales/nl.json +++ b/packages/endpoint-files/locales/nl.json @@ -29,7 +29,7 @@ }, "title": "Bestanden", "upload": { - "action": "Uploaden bestand", + "action": "Upload bestand", "title": "Upload een nieuw bestand" } } diff --git a/packages/endpoint-files/locales/pt.json b/packages/endpoint-files/locales/pt.json index dbf43212f..1870c79d2 100644 --- a/packages/endpoint-files/locales/pt.json +++ b/packages/endpoint-files/locales/pt.json @@ -25,11 +25,11 @@ "file": { "label": "Arquivo" }, - "submit": "Upload" + "submit": "Fazer upload" }, "title": "Arquivos", "upload": { - "action": "Carregar ficheiro", + "action": "Subir arquivo", "title": "Carregar um novo arquivo" } }