1
0

merge: upstream (1)

This commit is contained in:
Marie
2024-01-21 13:11:23 +01:00
258 changed files with 18802 additions and 7557 deletions
@@ -84,7 +84,7 @@ async function onClick() {
if (isFollowing.value) {
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.t('unfollowConfirm', { name: props.user.name || props.user.username }),
text: i18n.tsx.unfollowConfirm({ name: props.user.name || props.user.username }),
});
if (canceled) return;