add alert when full site in promotion

This commit is contained in:
xiaomlove
2022-06-12 22:14:16 +08:00
parent 024ef8b665
commit 921f74c93e
5 changed files with 14 additions and 4 deletions

View File

@@ -327,6 +327,8 @@ $lang_functions = array
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
'text_contactstaff' => 'Contact staff',
'full_site_promotion_in_effect' => 'Full site [%s] in effect!',
);
?>