add new i18n pendingFollowRequests
This commit is contained in:
parent
19a1f3111b
commit
edce54ad0f
2 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@ followRequest: "Send follow request"
|
||||||
followRequests: "Follow requests"
|
followRequests: "Follow requests"
|
||||||
unfollow: "Unfollow"
|
unfollow: "Unfollow"
|
||||||
followRequestPending: "Follow request pending"
|
followRequestPending: "Follow request pending"
|
||||||
|
pendingFollowRequests: "Pending follow requests"
|
||||||
enterEmoji: "Enter an emoji"
|
enterEmoji: "Enter an emoji"
|
||||||
renote: "Boost"
|
renote: "Boost"
|
||||||
unrenote: "Remove boost"
|
unrenote: "Remove boost"
|
||||||
|
|
|
@ -90,7 +90,7 @@ const headerTabs = computed(() => [
|
||||||
icon: 'ph-envelope ph-bold ph-lg',
|
icon: 'ph-envelope ph-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'sent',
|
key: 'sent',
|
||||||
title: i18n.ts.followRequestPending,
|
title: i18n.ts.pendingFollowRequests,
|
||||||
icon: 'ph-paper-plane-tilt ph-bold ph-lg',
|
icon: 'ph-paper-plane-tilt ph-bold ph-lg',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue