Skip to content

Commit

Permalink
Merge pull request alesimula#92 from adgsenpai/main
Browse files Browse the repository at this point in the history
Fixed spelling of successfully when completing installation of .apk
  • Loading branch information
alesimula authored Jul 25, 2022
2 parents 899d2a4 + 3e3cdc9 commit dce8e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@installer_info_package" : {"placeholders": {"appPackage": {"type": "String"}}},
"installer_installing": "Installing application {appTitle}...",
"@installer_installing" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_installed": "The application {appTitle} was successifully installed",
"installer_installed": "The application {appTitle} was successfully installed",
"@installer_installed" : {"placeholders": {"appTitle": {"type": "String"}}},
"installer_fail": "The application {appTitle} was not installed",
"@installer_fail" : {"placeholders": {"appTitle": {"type": "String"}}},
Expand Down

0 comments on commit dce8e98

Please sign in to comment.