From b0ce0f20389db2da9cafe09b4d5d0d6a02836101 Mon Sep 17 00:00:00 2001 From: danidfra Date: Thu, 27 Feb 2025 12:21:07 -0300 Subject: [PATCH] Change "..." --- src/features/home-timeline/index.tsx | 2 +- src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/home-timeline/index.tsx b/src/features/home-timeline/index.tsx index 325d5f680..e511eaf43 100644 --- a/src/features/home-timeline/index.tsx +++ b/src/features/home-timeline/index.tsx @@ -31,7 +31,7 @@ const HomeTimeline = () => { activeItem={activeTab} /> - }> + }> {activeTab === 'follows' ? : } diff --git a/src/locales/en.json b/src/locales/en.json index f59c6ae18..3d359f125 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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",