diff --git a/packages/manager/.changeset/pr-10054-changed-1704991179381.md b/packages/manager/.changeset/pr-10054-changed-1704991179381.md
new file mode 100644
index 00000000000..4f62d2209d0
--- /dev/null
+++ b/packages/manager/.changeset/pr-10054-changed-1704991179381.md
@@ -0,0 +1,5 @@
+---
+"@linode/manager": Changed
+---
+
+Updated user title and emote icons on Support Ticket page ([#10054](https://github.com/linode/manager/pull/10054))
diff --git a/packages/manager/src/features/Support/ExpandableTicketPanel.test.tsx b/packages/manager/src/features/Support/ExpandableTicketPanel.test.tsx
index f656d32b3ed..8666f2ededc 100644
--- a/packages/manager/src/features/Support/ExpandableTicketPanel.test.tsx
+++ b/packages/manager/src/features/Support/ExpandableTicketPanel.test.tsx
@@ -26,12 +26,12 @@ const props = {
describe('Expandable ticket panel', () => {
describe('Panel component', () => {
- it('should display "Linode Expert" if the ticket or reply has from_linode', () => {
+ it('should display "Customer Support" if the ticket or reply has from_linode', () => {
renderWithTheme();
- expect(screen.getByText('Linode Expert')).toBeInTheDocument();
+ expect(screen.getByText('Customer Support')).toBeInTheDocument();
});
- it('should not display "Linode Expert" if the reply is from the Linode account', () => {
+ it('should not display "Customer Support" if the reply is from the Linode account', () => {
const replyFromLinode = {
...supportReplyFactory.build({
created_by: 'Linode',
@@ -42,10 +42,10 @@ describe('Expandable ticket panel', () => {
renderWithTheme(
);
- expect(screen.queryByText('Linode Expert')).toBeNull();
+ expect(screen.queryByText('Customer Support')).toBeNull();
});
- it('should not display "Linode Expert" if the reply is from the Linode Trust & Safety account', () => {
+ it('should not display "Customer Support" if the reply is from the Linode Trust & Safety account', () => {
const replyFromLinode = {
...supportReplyFactory.build({
created_by: 'Linode Trust & Safety',
@@ -56,7 +56,7 @@ describe('Expandable ticket panel', () => {
renderWithTheme(
);
- expect(screen.queryByText('Linode Expert')).toBeNull();
+ expect(screen.queryByText('Customer Support')).toBeNull();
});
});
describe('shouldRenderHively function', () => {
diff --git a/packages/manager/src/features/Support/ExpandableTicketPanel.tsx b/packages/manager/src/features/Support/ExpandableTicketPanel.tsx
index 06285c9277f..042607021a6 100644
--- a/packages/manager/src/features/Support/ExpandableTicketPanel.tsx
+++ b/packages/manager/src/features/Support/ExpandableTicketPanel.tsx
@@ -175,7 +175,7 @@ export const ExpandableTicketPanel = React.memo((props: Props) => {
component="span"
variant="body1"
>
- Linode Expert
+ Customer Support
) : null}
diff --git a/packages/manager/src/features/Support/Hively.tsx b/packages/manager/src/features/Support/Hively.tsx
index 650a158182b..2ef3716a197 100644
--- a/packages/manager/src/features/Support/Hively.tsx
+++ b/packages/manager/src/features/Support/Hively.tsx
@@ -69,7 +69,7 @@ export const Hively = (props: Props) => {
>
@@ -82,7 +82,7 @@ export const Hively = (props: Props) => {
>
@@ -95,7 +95,7 @@ export const Hively = (props: Props) => {
>