Browse Source

Change email field to show full email address

CURA-5676
Lipu Fei 6 years ago
parent
commit
9433cf7c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Toolbox/resources/qml/ToolboxAuthorPage.qml

+ 1 - 1
plugins/Toolbox/resources/qml/ToolboxAuthorPage.qml

@@ -133,7 +133,7 @@ Item
                 {
                     if (details.email)
                     {
-                        return "<a href=\"mailto:"+details.email+"\">"+details.name+"</a>"
+                        return "<a href=\"mailto:"+details.email+"\">"+details.email+"</a>"
                     }
                     else
                     {