Browse Source

Show company website full link as text

CURA-5676
Lipu Fei 6 years ago
parent
commit
e17cf3dfbf
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

@@ -114,7 +114,7 @@ Item
                 {
                     if (details.website)
                     {
-                        return "<a href=\""+details.website+"\">Link</a>"
+                        return "<a href=\""+details.website+"\">"+details.website+"</a>"
                     }
                     else
                     {