mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update i18n and texts
This commit is contained in:
parent
5aec973882
commit
c6e99f8599
4 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue