kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change "..."
rodzic
bf2e942741
commit
b0ce0f2038
|
@ -31,7 +31,7 @@ const HomeTimeline = () => {
|
|||
activeItem={activeTab}
|
||||
/>
|
||||
|
||||
<Suspense fallback={<div className='p-4 text-center'><FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' /></div>}>
|
||||
<Suspense fallback={<div className='p-4 text-center'><FormattedMessage id='loading_indicator.label' defaultMessage='Loading…' /></div>}>
|
||||
{activeTab === 'follows' ? <FollowsTimeline /> : <CommunityTimeline />}
|
||||
</Suspense>
|
||||
</>
|
||||
|
|
|
@ -1011,7 +1011,7 @@
|
|||
"lists.new.title_placeholder": "New list title",
|
||||
"lists.search": "Search among people you follow",
|
||||
"lists.subheading": "Your lists",
|
||||
"loading_indicator.label": "Loading...",
|
||||
"loading_indicator.label": "Loading…",
|
||||
"location_search.placeholder": "Find an address",
|
||||
"login.fields.email_label": "E-mail address",
|
||||
"login.fields.instance_label": "Instance",
|
||||
|
|
Ładowanie…
Reference in New Issue