Swapping out Mastodon for site title in sessions, noscript and backup confirmation message
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user