Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Fix some pages translation bug #664

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3789,7 +3789,7 @@ class="fb-cta cta--yellow js-confirm-save"
<header class="admin-page-header">
<h3>{tr('Team Management')}</h3>
<span class="admin-section--status">
status_<span class="highlighted">{tr('OK')}</span>
{tr('status_')}<span class="highlighted">{tr('OK')}</span>
</span>
</header>
{$adminsections}
Expand Down
4 changes: 2 additions & 2 deletions src/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public function renderRulesContent(): :xhp {

$page_header =
<header class="fb-section-header fb-container">
<h1 class="fb-glitch" data-text="Team Registration">
<h1 class="fb-glitch" data-text={tr('Team Registration')}>
{tr('Team Registration')}
</h1>
</header>;
Expand Down Expand Up @@ -595,7 +595,7 @@ class="fb-main page--team-registration full-height fb-scroll">

$page_header =
<header class="fb-section-header fb-container">
<h1 class="fb-glitch" data-text="Team Registration">
<h1 class="fb-glitch" data-text={tr('Team Registration')}>
{tr('Team Registration')}
</h1>
</header>;
Expand Down