Skip to content

Commit

Permalink
fix: Copy url -> Copy URL (#11936)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Oct 16, 2024
1 parent eaede7d commit 4891dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qml/credentials/OAuthCredentials.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Credentials {
Layout.preferredWidth: openBrowserButton.implicitWidth
visible: credentials.isValid

text: qsTr("Copy url")
text: qsTr("Copy URL")
icon.source: QMLResources.resourcePath("core", "copy", true)
onClicked: credentials.copyAuthenticationUrlToClipboard()
enabled: credentials.ready
Expand Down

0 comments on commit 4891dd4

Please sign in to comment.