diff --git a/src/components/MailboxSetting/DiscoveredRelays.tsx b/src/components/MailboxSetting/DiscoveredRelays.tsx index c8c7157..6c0c1fd 100644 --- a/src/components/MailboxSetting/DiscoveredRelays.tsx +++ b/src/components/MailboxSetting/DiscoveredRelays.tsx @@ -207,7 +207,7 @@ export default function DiscoveredRelays({ onAdd, localOnly = false }: { onAdd: ))} -
+
) } diff --git a/src/i18n/locales/de.ts b/src/i18n/locales/de.ts index 52a7394..2e5db32 100644 --- a/src/i18n/locales/de.ts +++ b/src/i18n/locales/de.ts @@ -375,6 +375,9 @@ export default { 'Video Posts': 'Videobeiträge', 'Select All': 'Alle auswählen', 'Clear All': 'Alle löschen', + 'Add {{count}} Selected': '{{count}} Ausgewählte hinzufügen', + 'Adding...': 'Hinzufügen...', + 'Added {{count}} relay(s)': '{{count}} Relay(s) hinzugefügt', 'Set as default filter': 'Als Standardfilter festlegen', Apply: 'Anwenden', Reset: 'Zurücksetzen', diff --git a/src/pages/primary/SearchPage/index.tsx b/src/pages/primary/SearchPage/index.tsx index e538617..a01182f 100644 --- a/src/pages/primary/SearchPage/index.tsx +++ b/src/pages/primary/SearchPage/index.tsx @@ -46,14 +46,14 @@ const SearchPage = forwardRef((_, ref) => { >
Search Nostr
-
+
-
+