This commit is contained in:
Shusui MOYATANI
2023-07-09 15:07:44 +09:00
parent 0189016a8b
commit cae14d68f0

View File

@@ -283,7 +283,7 @@ const ProfileDisplay: Component<ProfileDisplayProps> = (props) => {
</Match>
<Match when={updateContactsMutation.isLoading || updatingContacts()}>
<span class="rounded-full border border-primary px-4 py-2 text-primary sm:text-base">
{i18n()('profile.updating')}
{i18n()('general.updating')}
</span>
</Match>
<Match when={myFollowingQuery.isLoading || myFollowingQuery.isFetching}>