fix: change google sheets export copy
This commit is contained in:
parent
53f8a6e186
commit
0c356fac19
@ -225,7 +225,7 @@ export function ExportDropdown({
|
||||
>
|
||||
<li>
|
||||
<button onClick={() => onExport("sheets")}>
|
||||
Export to Google Sheets
|
||||
Export to Sheets
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user