Skip to content

Commit c0e2de3

Browse files
ScrewTSWclaude
andauthored
fix(test): update feedback dialog toggle label to match renamed description (podman-desktop#17508)
Signed-off-by: Tibor Dancs (work-laptop) <tdancs@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent af47e75 commit c0e2de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/playwright/src/model/core/settings/preferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enum PreferenceLabels {
2727

2828
export class Preferences {
2929
static readonly Labels = PreferenceLabels;
30-
static readonly FEEDBACK_DIALOG_TOGGLE_BUTTON_LABEL = 'Show feedback dialog for experimental features';
30+
static readonly FEEDBACK_DIALOG_TOGGLE_BUTTON_LABEL = 'Show periodic feedback reminder for experimental features';
3131
static readonly TOAST_NOTIFICATION_TOGGLE_BUTTON_LABEL = 'Display a notification toast when task is created';
3232
static readonly EXIT_ON_CLOSE_TOGGLE_BUTTON_LABEL =
3333
'Quit the app when the close button is clicked instead of minimizing to the tray.';

0 commit comments

Comments
 (0)