Skip to content
Snippets Groups Projects
Commit edce54ad authored by Zero Calorie's avatar Zero Calorie Committed by Hazelnoot
Browse files

add new i18n pendingFollowRequests

parent 19a1f311
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ followRequest: "Send follow request"
followRequests: "Follow requests"
unfollow: "Unfollow"
followRequestPending: "Follow request pending"
pendingFollowRequests: "Pending follow requests"
enterEmoji: "Enter an emoji"
renote: "Boost"
unrenote: "Remove boost"
......
......@@ -90,7 +90,7 @@ const headerTabs = computed(() => [
icon: 'ph-envelope ph-bold ph-lg',
}, {
key: 'sent',
title: i18n.ts.followRequestPending,
title: i18n.ts.pendingFollowRequests,
icon: 'ph-paper-plane-tilt ph-bold ph-lg',
},
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment