@@ -130,6 +130,8 @@ test('unified compose copy resolves localized labels and titles', () => {
130130 assert . equal ( copy . configureTitle , 't:accounts.unified_compose_title_configure' ) ;
131131 assert . equal ( copy . labelLabel , 't:accounts.unified_compose_label' ) ;
132132 assert . equal ( copy . baseUrlPrimaryLabel , 't:accounts.unified_compose_base_url_primary' ) ;
133+ assert . equal ( copy . advancedLabel , 't:accounts.unified_compose_advanced' ) ;
134+ assert . equal ( copy . billingLabel , 't:accounts.unified_compose_billing' ) ;
133135 assert . equal ( copy . formatTargetLabels . openai_chat , 't:accounts.unified_compose_format_target_chat' ) ;
134136 assert . equal ( resolveUnifiedComposeFormatTitle ( t , 'gemini_native' ) , 't:accounts.unified_compose_format_title_gemini_native' ) ;
135137 assert . equal ( buildUnifiedComposeProviderAriaLabel ( t , 'OpenAI' ) , 't:accounts.unified_compose_provider_aria_prefix OpenAI' ) ;
@@ -149,6 +151,8 @@ test('unified compose locale keys exist in both zh and en', () => {
149151 'unified_compose_label_placeholder_default' ,
150152 'unified_compose_label_placeholder_suffix' ,
151153 'unified_compose_base_url_primary' ,
154+ 'unified_compose_advanced' ,
155+ 'unified_compose_billing' ,
152156 'unified_compose_quota_curl_placeholder' ,
153157 'unified_compose_billing_curl' ,
154158 'unified_compose_provider_aria_prefix' ,
0 commit comments