Skip to content

Commit

Permalink
chore(@AppMain.qml): fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Oct 25, 2023
1 parent 8ac6eb8 commit 5a157c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/app/mainui/AppMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Item {

function onShowToastAccountAdded(name: string) {
Global.displayToastMessage(
qsTr("\"%1\" successfuly added").arg(name),
qsTr("\"%1\" successfully added").arg(name),
"",
"checkmark-circle",
false,
Expand Down
4 changes: 2 additions & 2 deletions ui/i18n/qml_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19845,8 +19845,8 @@ to login to Status?</translation>
<message>
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
<source>"%1" successfuly added</source>
<translation>"%1" successfuly added</translation>
<source>"%1" successfully added</source>
<translation>"%1" successfully added</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit 5a157c5

Please sign in to comment.