Skip to content

Commit

Permalink
page title edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Aug 6, 2021
1 parent e19305a commit 1d495ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/Qualtrics/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class Qualtrics {
}
const dynamicTitle =
categoryField && name
? `viewed page ${name}${categoryField}`
: `viewed page ${name}`;
? `Viewed ${categoryField} ${name} Page`
: `Viewed ${name} Page`;

window._qsie.push(dynamicTitle);
}
Expand Down

0 comments on commit 1d495ff

Please sign in to comment.