Rename "Old Version History" to "Reference Version" on the change screen
Change-Id: I6afca3962aff3fcac3ea0fb1a3d0c0b5553f1189
This commit is contained in:

committed by
David Pursehouse

parent
c974ed7868
commit
fbd79ecec4
@@ -230,7 +230,7 @@ public class ChangeScreen extends Screen
|
||||
|
||||
patchesGrid = new Grid(1, 2);
|
||||
patchesGrid.setStyleName(Gerrit.RESOURCES.css().selectPatchSetOldVersion());
|
||||
patchesGrid.setText(0, 0, Util.C.oldVersionHistory());
|
||||
patchesGrid.setText(0, 0, Util.C.referenceVersion());
|
||||
patchesGrid.setWidget(0, 1, patchesList);
|
||||
add(patchesGrid);
|
||||
|
||||
|
Reference in New Issue
Block a user