mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-13 18:59:22 -05:00
chore: rename the string for previewing the profile page (#390)
This commit is contained in:
parent
bef24b7cdd
commit
31d90481c2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const Profile = observer(() => {
|
||||||
return (
|
return (
|
||||||
<div className={styles.user}>
|
<div className={styles.user}>
|
||||||
<h3>
|
<h3>
|
||||||
<Text id="app.special.modals.actions.preview" />
|
<Text id="app.settings.pages.profile.preview" />
|
||||||
</h3>
|
</h3>
|
||||||
<div className={styles.preview}>
|
<div className={styles.preview}>
|
||||||
<UserProfile
|
<UserProfile
|
||||||
|
|
Loading…
Reference in a new issue