Browse Source

Don't refer to title in template that isn't passed it

dariusk-working/4_4_0
Darius Kazemi 4 months ago
parent
commit
c18e81105d
  1. 2
      config/locales/en-GB.yml
  2. 2
      config/locales/en.yml

2
config/locales/en-GB.yml

@ -1308,7 +1308,7 @@ en-GB:
content: We're sorry, but something went wrong on our end.
title: This page is not correct
'503': The page could not be served due to a temporary server failure.
noscript_html: To use the %{title} web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for %{title} for your platform.
noscript_html: To use the web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Hometown/Mastodon for your platform.
existing_username_validator:
not_found: could not find a local user with that username
not_found_multiple: could not find %{usernames}

2
config/locales/en.yml

@ -1417,7 +1417,7 @@ en:
'500':
content: We're sorry, but something went wrong on our end.
title: This page is not correct
noscript_html: To use the %{title} web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Hometown/Mastodon for your platform.
noscript_html: To use the web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Hometown/Mastodon for your platform.
'503': The page could not be served due to a temporary server failure.
existing_username_validator:
not_found: could not find a local user with that username

Loading…
Cancel
Save