Skip to content

Commit

Permalink
Ultima internacionalización
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 29, 2024
1 parent a20ac58 commit 8d523cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Social/GroupDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const GroupDetails = () => {
<>
<Nav />
<Profile username={user} />
<Button p={"1rem"} mb={"1rem"} onClick={() => setUser("")}>Volver</Button>
<Button p={"1rem"} mb={"1rem"} onClick={() => setUser("")}>{t('pages.friendlist.back')}</Button>
<Footer />
</>
);
Expand Down

0 comments on commit 8d523cc

Please sign in to comment.