mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: update i18n and texts
This commit is contained in:
@@ -75,7 +75,7 @@ export const UserFriendRequestModal = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<Modal visible={visible} title={t("add_friends")} onClose={resetAndClose}>
|
||||
<Modal visible={visible} title={t("friends")} onClose={resetAndClose}>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
@@ -107,7 +107,7 @@ export const UserFriendRequestModal = ({
|
||||
type="button"
|
||||
onClick={handleClickAddFriend}
|
||||
>
|
||||
{isAddingFriend ? t("sending") : t("send")}
|
||||
{isAddingFriend ? t("sending") : t("add")}
|
||||
</Button>
|
||||
<Button
|
||||
onClick={handleClickSeeProfile}
|
||||
|
||||
@@ -390,7 +390,7 @@ export function UserContent({
|
||||
theme="outline"
|
||||
onClick={() => setShowFriendRequestModal(true)}
|
||||
>
|
||||
<PlusIcon /> Add friend
|
||||
<PlusIcon /> {t("add")}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user