chore(@AppMain.qml): fix misspelling
This commit is contained in:
parent
8ac6eb8916
commit
5a157c5f4e
|
@ -108,7 +108,7 @@ Item {
|
||||||
|
|
||||||
function onShowToastAccountAdded(name: string) {
|
function onShowToastAccountAdded(name: string) {
|
||||||
Global.displayToastMessage(
|
Global.displayToastMessage(
|
||||||
qsTr("\"%1\" successfuly added").arg(name),
|
qsTr("\"%1\" successfully added").arg(name),
|
||||||
"",
|
"",
|
||||||
"checkmark-circle",
|
"checkmark-circle",
|
||||||
false,
|
false,
|
||||||
|
|
|
@ -19845,8 +19845,8 @@ to login to Status?</translation>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
|
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
|
||||||
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
|
<location filename="../app/AppLayouts/Wallet/WalletLayout.qml" line="149" />
|
||||||
<source>"%1" successfuly added</source>
|
<source>"%1" successfully added</source>
|
||||||
<translation>"%1" successfuly added</translation>
|
<translation>"%1" successfully added</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
Loading…
Reference in New Issue