Skip to content

Commit

Permalink
fix(ui): display correctly the build name build name
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 21, 2024
1 parent a3d1c47 commit 801f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/chabo_about_screen/chabo_about_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class ChaboAboutScreen extends StatelessWidget {
),
),
Text(
' | v${_formatBetaVersion(snapshot.data!.version)} (${snapshot.data!.buildNumber})',
' | ${_formatBetaVersion(snapshot.data!.version)} (${snapshot.data!.buildNumber})',
style: textTheme.bodyMedium,
),
],
Expand Down

0 comments on commit 801f945

Please sign in to comment.