From a359d5ec21d6fcb28b76b77f4340606012356a56 Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Thu, 28 Dec 2023 12:06:19 -0500 Subject: [PATCH] Update IframeHeader and localization files --- src/components/iframe/IframeHeader.tsx | 2 +- src/locales/es.json | 4 ++-- src/locales/ja.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index 8940c16..95c5124 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -45,7 +45,7 @@ export function IframeHeader(props: { url: string }) { -
+
{ diff --git a/src/locales/es.json b/src/locales/es.json index 41b28b6..881629b 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -49,8 +49,8 @@ "subtitle": "Elige cómo se ve tu pestaña" }, "search": { - "title": "Motor de búsqueda", - "subtitle": "Elija su motor de búsqueda para Nebula." + "title": "Buscador", + "subtitle": "Elige tu motor de búsqueda." } }, "titles": { diff --git a/src/locales/ja.json b/src/locales/ja.json index 5d59edf..02c1fb1 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -1,6 +1,6 @@ { "header": { - "title": "ネブラ。", + "title": "nebula.", "games": "ゲーム", "settings": "セッティング", "discord": "もっとリンクが欲しいですか?"