Skip to content

Commit

Permalink
Update to smart quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jaalah committed Mar 12, 2024
1 parent 3b2e2b7 commit d0bd01b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/manager/src/features/Account/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ export const grantTypeMap = {
vpc: 'VPCs',
} as const;

export const RESTRICTED_FIELD_TOOLTIP = `This field can't be modified.`;
export const RESTRICTED_FIELD_TOOLTIP = 'This field can\u{2019}t be modified.';

// Parent User Messaging
export const PARENT_USER_CLOSE_ACCOUNT_TOOLTIP_TEXT =
'Remove child accounts before closing the account.';
export const PARENT_USER_SESSION_EXPIRED = `Session expired. Please log in again to your ${PARENT_USER} account.`;

// Proxy User Messaging
export const PROXY_USER_RESTRICTED_TOOLTIP_TEXT = `You can't perform this action on child accounts.`;
export const PROXY_USER_RESTRICTED_TOOLTIP_TEXT =
'You can\u{2019}t perform this action on child accounts.';
export const PROXY_USER_CLOSE_ACCOUNT_TOOLTIP_TEXT = `Contact ${CUSTOMER_SUPPORT} to close this account.`;

// Child User Messaging
Expand Down

0 comments on commit d0bd01b

Please sign in to comment.