Correct build

This commit is contained in:
Hillel Coren 2021-05-23 11:56:04 +03:00
parent d29277affa
commit 471172b006
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ void _showAbout(BuildContext context) async {
child: Text(localization.viewLicenses.toUpperCase()),
onPressed: () => showLicensePage(
context: context,
applicationName: 'Invoice Ninja',
applicationName: 'Invoice Ninja v5',
applicationIcon: apppIcon,
applicationLegalese: appLegalese,
applicationVersion: state.appVersion,