add translation

This commit is contained in:
Tom (plebeius.eth)
2025-02-11 12:27:03 +01:00
parent 69389f21ab
commit 273f62f285
37 changed files with 75 additions and 40 deletions
+2 -2
View File
@@ -211,7 +211,7 @@ const Board = () => {
) : isInSubscriptionsView && subscriptions?.length === 0 ? (
t('not_subscribed_to_any_board')
) : blocked ? (
'you have blocked this board'
t('you_have_blocked_this_board')
) : (
hasMore && <LoadingEllipsis string={loadingStateString} />
)}
@@ -231,7 +231,7 @@ const Board = () => {
reset();
}}
>
Unblock
{t('unblock')}
</span>
]
</>