summaryrefslogtreecommitdiff
path: root/web/source/settings/user/settings.js
diff options
context:
space:
mode:
authorLibravatar Michael Manfre <mmanfre@gmail.com>2022-11-19 04:07:51 -0500
committerLibravatar GitHub <noreply@github.com>2022-11-19 10:07:51 +0100
commit67106c9dc4b2139878ba1fc44ef268f0a4efd804 (patch)
treef338cf04f46b4246f6dc85a1b6f3be133f483531 /web/source/settings/user/settings.js
parent[docs] Move and document logs (#1076) (diff)
downloadgotosocial-67106c9dc4b2139878ba1fc44ef268f0a4efd804.tar.xz
[feature] Support markdown format for Account bio/note (#1037)
* [feature] Status format also controls bio format * test
Diffstat (limited to 'web/source/settings/user/settings.js')
-rw-r--r--web/source/settings/user/settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/source/settings/user/settings.js b/web/source/settings/user/settings.js
index ccb3e911d..3efd82ceb 100644
--- a/web/source/settings/user/settings.js
+++ b/web/source/settings/user/settings.js
@@ -62,7 +62,7 @@ module.exports = function UserSettings() {
}>
<a href="https://docs.gotosocial.org/en/latest/user_guide/posts/#privacy-settings" target="_blank" className="moreinfolink" rel="noreferrer">Learn more about post privacy settings (opens in a new tab)</a>
</Select>
- <Select id="source.status_format" name="Default post format" options={
+ <Select id="source.status_format" name="Default post (and bio) format" options={
<>
<option value="plain">Plain (default)</option>
<option value="markdown">Markdown</option>
@@ -99,7 +99,7 @@ function PasswordChange() {
setError("New password and confirm new password did not match!");
return;
}
-
+
setStatus("PATCHing");
setError("");
return Promise.try(() => {