Skip to content

Commit

Permalink
[WEB-2497] chore: update pages' offline badge tooltip content (#5652)
Browse files Browse the repository at this point in the history
* chore: update offline badge tooltip content

* chore: revert yarn lock changes
  • Loading branch information
aaryan610 authored Sep 23, 2024
1 parent c4c2d81 commit 22b32fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/core/components/pages/editor/header/extra-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const PageExtraOptions: React.FC<Props> = observer((props) => {
)}
{isContentEditable && !isOnline && (
<Tooltip
tooltipHeading="You are offline"
tooltipContent="All changes made will be saved locally and will be synced when the internet connection is re-established."
tooltipHeading="You are offline."
tooltipContent="You can continue making changes. They will be synced when you are back online."
>
<div className="flex-shrink-0 flex h-7 items-center gap-2 rounded-full bg-custom-background-80 px-3 py-0.5 text-xs font-medium text-custom-text-300">
<span className="flex-shrink-0 size-1.5 rounded-full bg-custom-text-300" />
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13187,4 +13187,4 @@ zeed-dom@^0.10.9:
zxcvbn@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/zxcvbn/-/zxcvbn-4.4.2.tgz#28ec17cf09743edcab056ddd8b1b06262cc73c30"
integrity sha512-Bq0B+ixT/DMyG8kgX2xWcI5jUvCwqrMxSFam7m0lAf78nf04hv6lNCsyLYdyYTrCVMqNDY/206K7eExYCeSyUQ==
integrity sha512-Bq0B+ixT/DMyG8kgX2xWcI5jUvCwqrMxSFam7m0lAf78nf04hv6lNCsyLYdyYTrCVMqNDY/206K7eExYCeSyUQ==

0 comments on commit 22b32fd

Please sign in to comment.