]> cat aescling's git repositories - mastodon.git/commitdiff
Add explanation for some options in the local settings dialog
authorClaire <claire.github-309c@sitedethib.com>
Sun, 24 Jul 2022 09:11:38 +0000 (11:11 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:57 +0000 (00:27 -0400)
app/javascript/flavours/glitch/features/local_settings/page/index.js

index 44d0221c666cdfc973f9ffb9f5fe40d7fbf2c841..2f16ed50c4fd1481d8f302c2e28b8668b6186eea 100644 (file)
@@ -375,6 +375,7 @@ class LocalSettingsPage extends React.PureComponent {
           onChange={onChange}
         >
           <FormattedMessage id='settings.enable_collapsed' defaultMessage='Enable collapsed toots' />
+          <span className='hint'><FormattedMessage id='settings.enable_collapsed_hint' defaultMessage='Collapsed posts have parts of their contents hidden to take up less screen space. This is distinct from the Content Warning feature' /></span>
         </LocalSettingsPageItem>
         <LocalSettingsPageItem
           settings={settings}
@@ -466,6 +467,7 @@ class LocalSettingsPage extends React.PureComponent {
             dependsOn={[['collapsed', 'enabled']]}
           >
             <FormattedMessage id='settings.image_backgrounds_media' defaultMessage='Preview collapsed toot media' />
+            <span className='hint'><FormattedMessage id='settings.image_backgrounds_media_hint' defaultMessage='If the post has any media attachment, use the first one as a background' /></span>
           </LocalSettingsPageItem>
         </section>
       </div>