Skip to content

Commit

Permalink
forgot to change tooltip for upscale
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal079 committed Mar 14, 2024
1 parent 8c0dbdd commit d87419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/options/options.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<span *ngIf="serverMember">
<p-button label="Upscale" [disabled]="!enableGenerationButton" (click)="this.submitJob(true)"></p-button>
<span class="ms-1 text-primary"
pTooltip="Upscale the image by 2x. This will make the image look better and generate finer details. Due to longer generation times, this feature is currently only available to supporters."
pTooltip="Upscale the image by 1.5x. This will make the image look better and generate finer details. Due to longer generation times, this feature is currently only available to discord server members."
tooltipPosition="top" style="
background-color: rgba(255, 255, 255, 0.8);
padding: 2px 4px;
Expand Down

0 comments on commit d87419c

Please sign in to comment.