From 4885a163c0daf8622017d44ecd6f3568fab53dc3 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Sun, 1 Nov 2020 09:49:21 -0800 Subject: [PATCH] Changed share list prompt --- Listify/app/src/main/java/com/example/listify/ListPage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Listify/app/src/main/java/com/example/listify/ListPage.java b/Listify/app/src/main/java/com/example/listify/ListPage.java index d9041aa..42c2c3d 100644 --- a/Listify/app/src/main/java/com/example/listify/ListPage.java +++ b/Listify/app/src/main/java/com/example/listify/ListPage.java @@ -107,8 +107,8 @@ public class ListPage extends AppCompatActivity implements Requestor.Receiver { View codeView = getLayoutInflater().inflate(R.layout.activity_sharedemail, null); AlertDialog.Builder builder = new AlertDialog.Builder(ListPage.this); builder.setView(codeView); - builder.setTitle("Verification code"); - builder.setMessage("Please enter the 6-digit verification code sent to your email."); + builder.setTitle("Share list"); + builder.setMessage("Please enter the email of the user who you want to share the list with."); builder.setPositiveButton("Submit", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) {