Merge "ui: Improve message when generating permalink"
diff --git a/ui/src/frontend/sidebar.ts b/ui/src/frontend/sidebar.ts
index bf4bbba..3eda7a5 100644
--- a/ui/src/frontend/sidebar.ts
+++ b/ui/src/frontend/sidebar.ts
@@ -606,7 +606,7 @@
   if (!isShareable() || !isTraceLoaded()) return;
 
   const result = confirm(
-      `Upload the trace and generate a permalink. ` +
+      `Upload UI state and generate a permalink. ` +
       `The trace will be accessible by anybody with the permalink.`);
   if (result) {
     globals.logging.logEvent('Trace Actions', 'Create permalink');