Submit: fix typo in user message
Change-Id: Ie979be8bd61a0971f37e3c4179f1fc7288353975
This commit is contained in:
committed by
David Pursehouse
parent
fecf4eaf49
commit
f4ad79e60f
@@ -103,7 +103,7 @@ public class ActionsIT extends AbstractDaemonTest {
|
||||
assertThat(info.label).isEqualTo("Submit whole topic");
|
||||
assertThat(info.method).isEqualTo("POST");
|
||||
assertThat(info.title).isEqualTo(
|
||||
"See the \"Submitted Together\" tab for problems, specially see: 2");
|
||||
"See the \"Submitted Together\" tab for problems, specifically see: 2");
|
||||
} else {
|
||||
noSubmitWholeTopicAssertions(actions, 1);
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ public class Submit implements RestModifyView<RevisionResource, SubmitInput>,
|
||||
private static final String CLICK_FAILURE_TOOLTIP =
|
||||
"Clicking the button would fail";
|
||||
private static final String CHANGES_NOT_MERGEABLE =
|
||||
"See the \"Submitted Together\" tab for problems, specially see: ";
|
||||
"See the \"Submitted Together\" tab for problems, specifically see: ";
|
||||
|
||||
public static class Output {
|
||||
transient Change change;
|
||||
|
||||
Reference in New Issue
Block a user