chore(@AppMain.qml): fix misspelling
This commit is contained in:
parent
8ac6eb8916
commit
5a157c5f4e
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue