diff --git a/addons/isl/src/Commit.tsx b/addons/isl/src/Commit.tsx index 570e77115a978..e8c3cbaa392f9 100644 --- a/addons/isl/src/Commit.tsx +++ b/addons/isl/src/Commit.tsx @@ -727,11 +727,11 @@ async function maybeWarnAboutRebaseOffWarm(dest: CommitInfo): Promise { ); if (await warning) { tracker.track('WarnAboutRebaseOffWarm'); - const buttons = [t('Opt Out of Future Warnings'), t('Cancel'), t('Rebase Anyway')]; + const buttons = [t('Opt Out of Future Warnings'), t('Cancel'), t('Goto Anyway')]; const answer = await showModal({ type: 'confirm', buttons, - title: Rebase off Warm Commit, + title: Move off Warm Commit, message: t( Internal.warnAboutRebaseOffWarmReason ?? "The commit you're on is a warmed up commit. Moving off will cause slower builds and performance.\n" +