kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Update buttons to "Explorer"
rodzic
b25abe1187
commit
650011d80b
|
@ -15,7 +15,7 @@ import homeIcon from '@tabler/icons/outline/home.svg';
|
|||
import listIcon from '@tabler/icons/outline/list.svg';
|
||||
import mailIcon from '@tabler/icons/outline/mail.svg';
|
||||
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
||||
import searchIcon from '@tabler/icons/outline/search.svg';
|
||||
import rocketIcon from '@tabler/icons/outline/rocket.svg';
|
||||
import settingsIcon from '@tabler/icons/outline/settings.svg';
|
||||
import userPlusIcon from '@tabler/icons/outline/user-plus.svg';
|
||||
import userIcon from '@tabler/icons/outline/user.svg';
|
||||
|
@ -163,8 +163,8 @@ const SidebarNavigation = () => {
|
|||
|
||||
<SidebarNavigationLink
|
||||
to='/search'
|
||||
icon={searchIcon}
|
||||
text={<FormattedMessage id='tabs_bar.search' defaultMessage='Discover' />}
|
||||
icon={rocketIcon}
|
||||
text={<FormattedMessage id='tabs_bar.search' defaultMessage='Explorer' />}
|
||||
/>
|
||||
|
||||
{account && (
|
||||
|
|
|
@ -8,7 +8,7 @@ import dashboardIcon from '@tabler/icons/outline/dashboard.svg';
|
|||
import homeIcon from '@tabler/icons/outline/home.svg';
|
||||
import mailIcon from '@tabler/icons/outline/mail.svg';
|
||||
import messagesIcon from '@tabler/icons/outline/messages.svg';
|
||||
import searchIcon from '@tabler/icons/outline/search.svg';
|
||||
import rocketIcon from '@tabler/icons/outline/rocket.svg';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
import ThumbNavigationLink from 'soapbox/components/thumb-navigation-link.tsx';
|
||||
|
@ -84,8 +84,8 @@ const ThumbNavigation: React.FC = (): JSX.Element => {
|
|||
)}
|
||||
|
||||
<ThumbNavigationLink
|
||||
src={searchIcon}
|
||||
text={<FormattedMessage id='navigation.search' defaultMessage='Discover' />}
|
||||
src={rocketIcon}
|
||||
text={<FormattedMessage id='navigation.search' defaultMessage='Explorer' />}
|
||||
to='/search'
|
||||
exact
|
||||
/>
|
||||
|
|
|
@ -10,7 +10,7 @@ import { useAppSelector } from 'soapbox/hooks/useAppSelector.ts';
|
|||
|
||||
const messages = defineMessages({
|
||||
search: { id: 'aliases.search', defaultMessage: 'Search your old account' },
|
||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Discover' },
|
||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Explorer' },
|
||||
});
|
||||
|
||||
const Search: React.FC = () => {
|
||||
|
|
|
@ -13,7 +13,7 @@ import { useAppSelector } from 'soapbox/hooks/useAppSelector.ts';
|
|||
|
||||
const messages = defineMessages({
|
||||
search: { id: 'lists.search', defaultMessage: 'Search among people you follow' },
|
||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Discover' },
|
||||
searchTitle: { id: 'tabs_bar.search', defaultMessage: 'Explorer' },
|
||||
});
|
||||
|
||||
const Search = () => {
|
||||
|
|
|
@ -368,7 +368,7 @@
|
|||
"column.event_map": "Event location",
|
||||
"column.event_participants": "Event participants",
|
||||
"column.events": "Events",
|
||||
"column.explorer.bridge_card.text": "Curious about Bridges? Click here",
|
||||
"column.explorer.bridge_card.text": "Curious about Bridges? <link>Click here</link>",
|
||||
"column.explorer.bridge_card.title": "Bridge",
|
||||
"column.explorer.filters": "Filters:",
|
||||
"column.explorer.filters.add_filter": "Add Filter",
|
||||
|
@ -383,6 +383,7 @@
|
|||
"column.explorer.filters.nostr": "Nostr",
|
||||
"column.explorer.filters.platforms": "Platforms:",
|
||||
"column.explorer.filters.show_replies": "Show replies:",
|
||||
"column.explorer.filters.show_text_posts": "Just text posts:",
|
||||
"column.explorer.nostr_card.text": "Wondering about Nostr? Find Out More",
|
||||
"column.explorer.nostr_card.title": "Nostr",
|
||||
"column.explorer.popular_accounts": "Popular Accounts",
|
||||
|
@ -1142,7 +1143,7 @@
|
|||
"navigation.direct_messages": "Messages",
|
||||
"navigation.home": "Home",
|
||||
"navigation.notifications": "Notifications",
|
||||
"navigation.search": "Discover",
|
||||
"navigation.search": "Explorer",
|
||||
"navigation_bar.account_aliases": "Account aliases",
|
||||
"navigation_bar.account_migration": "Move account",
|
||||
"navigation_bar.blocks": "Blocks",
|
||||
|
@ -1636,7 +1637,7 @@
|
|||
"tabs_bar.more": "More",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
"tabs_bar.profile": "Profile",
|
||||
"tabs_bar.search": "Discover",
|
||||
"tabs_bar.search": "Explorer",
|
||||
"tabs_bar.settings": "Settings",
|
||||
"textarea.counter.label": "{count} characters remaining",
|
||||
"theme_editor.colors.accent": "Accent",
|
||||
|
|
Ładowanie…
Reference in New Issue