mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -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 (
|
||||
<div className={styles.user}>
|
||||
<h3>
|
||||
<Text id="app.special.modals.actions.preview" />
|
||||
<Text id="app.settings.pages.profile.preview" />
|
||||
</h3>
|
||||
<div className={styles.preview}>
|
||||
<UserProfile
|
||||
|
|
Loading…
Reference in a new issue