Changed share list prompt

This commit is contained in:
Aaron Sun 2020-11-01 09:49:21 -08:00
parent 424f012637
commit 4885a163c0

View File

@ -107,8 +107,8 @@ public class ListPage extends AppCompatActivity implements Requestor.Receiver {
View codeView = getLayoutInflater().inflate(R.layout.activity_sharedemail, null); View codeView = getLayoutInflater().inflate(R.layout.activity_sharedemail, null);
AlertDialog.Builder builder = new AlertDialog.Builder(ListPage.this); AlertDialog.Builder builder = new AlertDialog.Builder(ListPage.this);
builder.setView(codeView); builder.setView(codeView);
builder.setTitle("Verification code"); builder.setTitle("Share list");
builder.setMessage("Please enter the 6-digit verification code sent to your email."); builder.setMessage("Please enter the email of the user who you want to share the list with.");
builder.setPositiveButton("Submit", new DialogInterface.OnClickListener() { builder.setPositiveButton("Submit", new DialogInterface.OnClickListener() {
@Override @Override
public void onClick(DialogInterface dialog, int which) { public void onClick(DialogInterface dialog, int which) {