~cytrogen/masto-fe

fc8be8b0e7538391ca1071d7b192db3eef4c243f — Ittihadyya 6 months ago 1db0b28
favorite -> favourite, not sure if that's the preferred form but i've seen a lot more written that way within the repo, altho this is trivial to change. also added the string for translation
M app/javascript/flavours/glitch/features/local_settings/page/index.jsx => app/javascript/flavours/glitch/features/local_settings/page/index.jsx +3 -3
@@ 136,11 136,11 @@ class LocalSettingsPage extends PureComponent {
          </LocalSettingsPageItem>
          <LocalSettingsPageItem
            settings={settings}
            item={['confirm_favorite']}
            id='mastodon-settings--confirm_favorite'
            item={['confirm_favourite']}
            id='mastodon-settings--confirm_favourite'
            onChange={onChange}
          >
            <FormattedMessage id='settings.confirm_favorite' defaultMessage='Show a confirmation dialog before favoriting a post' />
            <FormattedMessage id='settings.confirm_favourite' defaultMessage='Show a confirmation dialog before favouriting a post' />
          </LocalSettingsPageItem>
          
        </section>

M app/javascript/flavours/glitch/locales/en.json => app/javascript/flavours/glitch/locales/en.json +1 -0
@@ 166,6 166,7 @@
  "settings.confirm_unfollow": "Show a confirmation dialog before unfollowing an account",
  "settings.confirm_boost": "Show a confirmation dialog before boosting",
  "settings.confirm_delete": "Show a confirmation dialog before deleting a post",
  "settings.confirm_favourite": "Show a confirmation dialog before favouriting a post",
  "settings.shared_settings_link": "user preferences",
  "settings.show_action_bar": "Show action buttons in collapsed toots",
  "settings.show_content_type_choice": "Show content-type choice when authoring toots",