Fix profile creation and add a link to the profile app

This commit is contained in:
yflory
2017-06-30 17:24:22 +02:00
parent f357ec32c2
commit 472a62730b
5 changed files with 28 additions and 6 deletions

View File

@@ -243,7 +243,9 @@ define(function () {
out.canvas_widthLabel = "Width: {0}";
// Profile
out.profileButton = "Profile"; // dropdown menu
out.profile_urlPlaceholder = 'URL';
out.profile_namePlaceholder = 'Name displayed in your profile';
out.profile_avatar = "Avatar";
out.profile_upload = " Upload a new avatar";
out.profile_error = "Error while creating your profile: {0}";