From a00de416112342ef8dd520f51c797bb2b0a261d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Wed, 17 Jan 2024 20:52:23 +0000 Subject: [PATCH] Changed wording --- frontend/components/HomepageHistory/HomepageHistory.js | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/components/HomepageHistory/HomepageHistory.js b/frontend/components/HomepageHistory/HomepageHistory.js index 6eb4231..6f4b143 100644 --- a/frontend/components/HomepageHistory/HomepageHistory.js +++ b/frontend/components/HomepageHistory/HomepageHistory.js @@ -14,12 +14,12 @@ export default function HomepageHistory() {

Nasceu a 8 de Março de 2016.

Faz parte de uma grande família espalhada pelo mundo.

-

Por enquanto é o único a falar português.

+

E fala português.

Born on March 8 2016.

We are part of a large family spread around the world.

-

So far we are the only Portuguese speaking museum.

+

And speaks portuguese.

diff --git a/frontend/package.json b/frontend/package.json index b6b1960..e4b461e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@museudamulher/website", - "version": "2023.11.28-2341", + "version": "2024.01.17-2051", "private": true, "scripts": { "dev": "next dev",