fix: change google sheets export copy

This commit is contained in:
Ben Senescu 2026-05-06 15:43:26 -04:00
parent 53f8a6e186
commit 0c356fac19
6 changed files with 6 additions and 6 deletions

View File

@ -225,7 +225,7 @@ export function ExportDropdown({
>
<li>
<button onClick={() => onExport("sheets")}>
Export to Google Sheets
Export to Sheets
</button>
</li>
<li>

View File

@ -217,7 +217,7 @@ export function DomainResultsCard({
<li>
<button onClick={handleExportToSheets}>
<Sheet className="size-4" />
Export to Google Sheets
Export to Sheets
</button>
</li>
<li>

View File

@ -176,7 +176,7 @@ function DesktopTableCard({ controller }: Props) {
<li>
<button onClick={handleExportToSheets} disabled={!canExport}>
<Sheet className="size-4" />
Export to Google Sheets
Export to Sheets
</button>
</li>
<li>

View File

@ -145,7 +145,7 @@ function MobileKeywordResults({ controller }: Props) {
<li>
<button onClick={handleExportToSheets} disabled={!canExport}>
<Sheet className="size-4" />
Export to Google Sheets
Export to Sheets
</button>
</li>
<li>

View File

@ -202,7 +202,7 @@ function ExportMenu({
className="dropdown-content z-10 menu p-2 shadow-lg bg-base-100 border border-base-300 rounded-box w-72"
>
<li className="menu-title">
<span>Export to Google Sheets</span>
<span>Export to Sheets</span>
</li>
<li>
<button

View File

@ -77,7 +77,7 @@ export function ActionsMenu({
disabled={!hasData}
>
<Sheet className="size-3.5" />
Export to Google Sheets
Export to Sheets
</button>
<button
className="flex w-full items-center gap-2 px-3 py-2 text-sm hover:bg-base-200"