Skip to content

Commit

Permalink
update remaining local and link of hubsfoundation.org
Browse files Browse the repository at this point in the history
  • Loading branch information
tksham committed Aug 11, 2024
1 parent ae02b3b commit 6b4a42e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"footer.FAQ": "FAQ",
"footer.hubs-merch": "Hubs Merch",
"footer.logo-alt": "Logotip",
"footer.powered-by": "Funciona amb <a>Mozilla Hubs</a>",
"footer.powered-by": "Funciona amb <a>Hubs</a>",
"footer.privacy-notice": "Avís de privadesa",
"footer.terms-of-use": "Condicions d'ús",
"footer.whats-new": "Què hi ha de nou",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"footer.FAQ": "FAQ",
"footer.hubs-merch": "Boutique Hubs",
"footer.logo-alt": "Logo",
"footer.powered-by": "Propulsé par <a>Mozilla Hubs</a>",
"footer.powered-by": "Propulsé par <a>Hubs</a>",
"footer.privacy-notice": "Notes sur la vie privée",
"footer.terms-of-use": "Conditions d'utilisation",
"footer.whats-new": "Quoi de neuf",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"footer.FAQ": "FAQ",
"footer.hubs-merch": "Hubs関連商品",
"footer.logo-alt": "ロゴ",
"footer.powered-by": "提供: <a>Mozilla Hubs</a>",
"footer.powered-by": "提供: <a>Hubs</a>",
"footer.privacy-notice": "プライバシー通知",
"footer.terms-of-use": "利用規約",
"footer.whats-new": "新着情報",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"footer.FAQ": "FAQ",
"footer.hubs-merch": "Produtos Hubs",
"footer.logo-alt": "Logo",
"footer.powered-by": "Distribuído por <a>Mozilla Hubs</a>",
"footer.powered-by": "Distribuído por <a>Hubs</a>",
"footer.privacy-notice": "Aviso de Privacidade",
"footer.terms-of-use": "Termos de uso",
"footer.whats-new": "Novidades",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"exited-room-screen.reason.left": "Вы покинули комнату.",
"exited-room-screen.reason.scene-error": "Ошибка загрузки сцены.",
"exited-room-screen.reason.version-mismatch": "Установленная версия пока недоступна. Эта страница перезагрузится через 5 секунд.",
"footer.powered-by": "Сделано на базе технологии <a>Mozilla Hubs</a>",
"footer.powered-by": "Сделано на базе технологии <a>Hubs</a>",
"footer.privacy-notice": "Уведомление о конфиденциальности",
"footer.terms-of-use": "Пользовательское соглашение",
"footer.whats-new": "Что нового?",
Expand Down
2 changes: 1 addition & 1 deletion src/react-components/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function Footer({
values={{
// eslint-disable-next-line react/display-name
a: chunks => (
<a className={styles.link} href="https://demo.hubsfoundation.org">
<a className={styles.link} href="https://hubsfoundation.org">
{chunks}
</a>
)
Expand Down

0 comments on commit 6b4a42e

Please sign in to comment.