bloby-bot 0.47.12 → 0.47.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bloby-bot",
3
- "version": "0.47.12",
3
+ "version": "0.47.13",
4
4
  "releaseNotes": [
5
5
  "1. Something great..",
6
6
  "2. ",
@@ -1709,8 +1709,8 @@ export default function OnboardWizard({ onComplete, isInitialSetup = false, onSa
1709
1709
  </h1>
1710
1710
  <p className="text-white/40 text-[13px] mt-1.5 leading-relaxed">
1711
1711
  {portalExists
1712
- ? "Your portal password is already set — you can keep it as-is or change it below."
1713
- : "You'll need this password to access your agent's chat. Keep it safe — anyone with your URL will need it to log in."}
1712
+ ? "Your Bloby Chat password is already set — you can keep it as-is or change it below."
1713
+ : "You'll need this password to access your Bloby Chat. Keep it safe — anyone with your URL will need it to log in."}
1714
1714
  </p>
1715
1715
 
1716
1716
  {/* ── Existing-password collapsed state: just a "Change password" pill ── */}