diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index cc3a62915..d8e6e82fb 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -47,6 +47,10 @@ &.input { margin: 0 1em; + + textarea { + text-align: inherit; + } } &, * { diff --git a/src/i18n/en.json b/src/i18n/en.json index 39022866f..46bf9b31e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -492,7 +492,7 @@ "avatarRadius": "Avatars", "background": "Background", "bio": "Bio", - "user_preferences": "User preferences", + "user_preferences": "Profile settings", "email_language": "Language for receiving emails from the server", "block_export": "Block export", "block_export_button": "Export your blocks to a csv file",