Fixing some customization tweaks

This commit is contained in:
Tarrien 2023-07-24 14:00:51 -04:00
parent c7a554f9cb
commit 34dd514015
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ module StatusesHelper
def status_description(status) def status_description(status)
components = [[media_summary(status), status_text_summary(status)].compact_blank.join(' · ')] components = [[media_summary(status), status_text_summary(status)].compact_blank.join(' · ')]
if status.spoiler_text.blank? if status.spoiler_text.blank? || Setting.preview_sensitive_media
components << status.text components << status.text
components << poll_summary(status) components << poll_summary(status)
end end

View File

@ -1216,9 +1216,9 @@ en:
title: Security verification failed title: Security verification failed
'429': Too many requests '429': Too many requests
'500': '500':
content: We're sorry, but something went wrong on our end. content: We're sorry, but something went wrong on our end. You can check the status of Wobbl and its companion systems at our status page - https://status.tarrien.net/status/wobbl .
title: This page is not correct title: This page is not correct
'503': The page could not be served due to a temporary server failure. '503': The page could not be served due to a temporary server failure. You can check the status of Wobbl and its companion systems at our status page - https://status.tarrien.net/status/wobbl.
noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Mastodon for your platform. noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Mastodon for your platform.
existing_username_validator: existing_username_validator:
not_found: could not find a local user with that username not_found: could not find a local user with that username