fix text
This commit is contained in:
parent
20fdb688ad
commit
848c36106a
@ -594,5 +594,15 @@
|
||||
"Suspended": "Suspended",
|
||||
"Query": "Query",
|
||||
"Notes": "Notes",
|
||||
"This_account_status": "This account status"
|
||||
"This_account_status": "This account status",
|
||||
"Maintenance_Mode": "Maintenance Mode",
|
||||
"Maintenance_Mode_Settings": "Maintenance Mode Settings",
|
||||
"Status_": "Status:",
|
||||
"End_Date_": "End Date:",
|
||||
"Save": "Save",
|
||||
"Site_is_temporarily_unavailable_": "Site is temporarily unavailable.",
|
||||
"Scheduled_maintenance_is_currently_in_progress__Please_check_back_soon_": "Scheduled maintenance is currently in progress. Please check back soon.",
|
||||
"We_apologize_for_any_inconvenience_": "We apologize for any inconvenience.",
|
||||
"The": "The",
|
||||
"Team": "Team"
|
||||
}
|
@ -173,8 +173,9 @@
|
||||
</div>
|
||||
<h1>{Lang::T('Site is temporarily unavailable.')}</h1>
|
||||
<p>{Lang::T('Scheduled maintenance is currently in progress. Please check back soon.')}</p>
|
||||
<p>{Lang::T('We apologize for any inconvenience.')} <br> — {Lang::T('The ')} {$companyName} {Lang::T('
|
||||
Team.')}</p>
|
||||
<p>{Lang::T('We apologize for any inconvenience.')} <br>
|
||||
— {Lang::T('The')} {$companyName} {Lang::T('Team')}.
|
||||
</p>
|
||||
<br>
|
||||
{if $date} <div style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<p class="day"></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user