Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ManageService } from '../ManageService/ManageService';
import { currentProjectIdState } from '../../recoilModel';
import { rootBotProjectIdSelector } from '../../recoilModel/selectors/project';

const QNA_REGIONS = [{ key: 'westus', text: 'westus' }];
const QNA_REGIONS = [{ key: 'westus', text: 'West US' }];
const QNA_TIERS = [
{ key: 'free', text: 'Free' },
{ key: 'paid', text: 'Paid' },
Expand Down
Loading