Skip to content

Commit

Permalink
QRCode without s when only one
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashOnFire committed Oct 15, 2023
1 parent dda4247 commit 64ac916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/onyx/lib/screens/izly/pages/izly_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class IzlyPage extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
"${state.qrCodeAvailables} QRCodes disponible${(state.qrCodeAvailables > 1) ? "s" : ""} hors connexion"),
"${state.qrCodeAvailables} QRCode${(state.qrCodeAvailables > 1) ? "s" : ""} disponible${(state.qrCodeAvailables > 1) ? "s" : ""} hors connexion"),
SizedBox(
height: 60.w,
width: 60.w,
Expand Down

0 comments on commit 64ac916

Please sign in to comment.