Skip to content

Commit

Permalink
Merge pull request #2101 from KomodoPlatform/cancel_contact
Browse files Browse the repository at this point in the history
close -> cancel + translated
  • Loading branch information
syl committed Nov 18, 2022
2 parents bc6f712 + 183b6b0 commit 6dce3bd
Show file tree
Hide file tree
Showing 9 changed files with 424 additions and 424 deletions.
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Addressbook/EditContactModal.qml
Expand Up @@ -288,7 +288,7 @@ Dex.MultipageModal
Layout.preferredWidth: 199
Layout.preferredHeight: 48
radius: 18
text: qsTr("Close")
text: qsTr("Cancel")
onClicked: root.close()
},

Expand Down
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Wallet/EnableCoinModal.qml
Expand Up @@ -266,7 +266,7 @@ MultipageModal
DefaultButton
{
Layout.preferredWidth: 199
text: qsTr("Close")
text: qsTr("Cancel")
radius: 20
onClicked: root.close()
},
Expand Down
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Wallet/SendModal.qml
Expand Up @@ -735,7 +735,7 @@ MultipageModal

DefaultButton
{
text: qsTr("Close")
text: qsTr("Cancel")

Layout.alignment: Qt.AlignLeft
Layout.preferredWidth: parent.width / 100 * 48
Expand Down
140 changes: 70 additions & 70 deletions atomic_defi_design/assets/languages/atomic_defi_de.ts

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions atomic_defi_design/assets/languages/atomic_defi_en.ts

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions atomic_defi_design/assets/languages/atomic_defi_es.ts

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions atomic_defi_design/assets/languages/atomic_defi_fr.ts

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions atomic_defi_design/assets/languages/atomic_defi_ru.ts

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions atomic_defi_design/assets/languages/atomic_defi_tr.ts

Large diffs are not rendered by default.

0 comments on commit 6dce3bd

Please sign in to comment.