Skip to content

Commit 7776f49

Browse files
committed
fix: remove url from translatable string
1 parent 6580e10 commit 7776f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/contents/ui/components/Donate.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ColumnLayout {
1212
}
1313

1414
Label {
15-
text: i18n("If you enjoy using the plugin please consider sponsoring or donating so I can dedicate more time to maintain and improve this and <a href=\"https://github.com/luisbocanegra?tab=repositories&q=&type=source&language=&sort=stargazers\">my other projects</a>.")
15+
text: i18n("If you enjoy using the plugin please consider sponsoring or donating so I can dedicate more time to maintain and improve this and <a href=\"%1\">my other projects</a>.", "https://github.com/luisbocanegra?tab=repositories&q=&type=source&language=&sort=stargazers")
1616
Layout.fillWidth: true
1717
wrapMode: Text.Wrap
1818
onLinkActivated: link => Qt.openUrlExternally(link)

0 commit comments

Comments
 (0)