diff --git a/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html b/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html index 4370d7e5ae..ea70de96a1 100644 --- a/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html @@ -95,7 +95,7 @@ limitations under the License. type="radio" on-tap="_handleRebaseOnOther"> @@ -107,7 +107,8 @@ limitations under the License. text="{{_inputText}}" on-tap="_handleEnterChangeNumberTap" on-commit="_handleBaseSelected" - placeholder="Change number"> + allow-non-suggested-values + placeholder="Change number, ref, or commit hash">