Swapping out Mastodon for site title in sessions, noscript and backup confirmation message

This commit is contained in:
Emma Winston
2019-09-13 01:09:33 +01:00
parent 288709e430
commit d904046775
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
%h4= t 'sessions.title'
%p.muted-hint= t 'sessions.explanation'
%p.muted-hint= t('sessions.explanation', title: site_title)
.table-wrapper
%table.table.inline-table

View File

@ -14,4 +14,4 @@
= image_pack_tag 'logo.svg', alt: 'Mastodon'
%div
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps', title: site_title)

View File

@ -36,7 +36,7 @@
%tbody
%tr
%td.column-cell.text-center
%p= t 'user_mailer.backup_ready.explanation'
%p= t('user_mailer.backup_ready.explanation', title: site_title)
%table.email-table{ cellspacing: 0, cellpadding: 0 }
%tbody