Skip to content

Commit

Permalink
[TEAMMATES#8589] Updated student profile tooltip 'upload/edit photo'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-hnatiuk committed Aug 3, 2018
1 parent 77d4a9d commit 6bd694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/teammates/common/util/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public static class Tooltips {
public static final String FEEDBACK_QUESTION_MCQ_ASSIGN_WEIGHTS =
"Assign weights to the choices for calculating statistics.";

public static final String STUDENT_PROFILE_PICTURE = "Upload a profile picture";
public static final String STUDENT_PROFILE_PICTURE = "Upload a profile picture. Max size: 5MB .png .jpg";
public static final String STUDENT_PROFILE_SHORTNAME = "This is the name you prefer to be called by";
public static final String STUDENT_PROFILE_EMAIL = "This is a long term contact email";
public static final String STUDENT_PROFILE_INSTITUTION = "This is the institution that you represent";
Expand Down

0 comments on commit 6bd694f

Please sign in to comment.