Skip to content

Commit

Permalink
client: Changed a string in JoinTripResultsFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
nazeeh committed May 6, 2015
1 parent b074401 commit e625253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void call(Throwable throwable) {
}
public void drawRegisterDialog() {
final Dialog registerDialog = new Dialog(getActivity());
registerDialog.setTitle("Year of Birth");
registerDialog.setTitle("Register");
registerDialog.setContentView(R.layout.ask_to_register_dialog);
Button set = (Button) registerDialog.findViewById(R.id.register);
Button cancel = (Button) registerDialog.findViewById(R.id.cancel);
Expand Down

0 comments on commit e625253

Please sign in to comment.