Merge remote-tracking branch 'origin/main' into gossip-model

This commit is contained in:
2023-06-13 10:05:53 +01:00
40 changed files with 604 additions and 151 deletions

View File

@ -115,8 +115,8 @@ const PreferencesPage = () => {
defaultRootTab: e.target.value,
} as UserPreferences)
}>
<option value="posts">
<FormattedMessage {...messages.Posts} />
<option value="notes">
<FormattedMessage defaultMessage="Notes" />
</option>
<option value="conversations">
<FormattedMessage {...messages.Conversations} />