Skip to content

Commit

Permalink
Merge pull request PapillonApp#96 from PapillonApp/development
Browse files Browse the repository at this point in the history
Bump de très légers fix en stable (modification des issues template + typo)
  • Loading branch information
ecnivtwelve authored Mar 20, 2024
2 parents 086078f + d52ac1b commit bfea69e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ body:
- type: input
attributes:
label: Appareil
placeholder: iPhone 11
placeholder: iPhone 11, Samsung Galaxy S20...
validations:
required: true
- type: input
attributes:
label: Système d`exploitation
placeholder: iOS 16
label: Version du système d`exploitation
placeholder: iOS 17, Android 12...
validations:
required: true
- type: input
attributes:
label: Version
placeholder: '5.0.17 beta'
placeholder: '6.6.3 beta'
value: '6.6.'
validations:
required: true
Expand All @@ -52,8 +52,7 @@ body:
options:
- Application native Android
- Application native iOS
- Développement local (Web)
- Développement local (iOS ou Android)
- Prébuild de développement (iOS/Android)
validations:
required: true
- type: dropdown
Expand All @@ -62,6 +61,7 @@ body:
options:
- 🦋 Pronote
- 🟦 EcoleDirecte
- 🟡 Skolengo
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion views/Settings/DonorsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function DonorsScreen({ navigation }) {
{item.Name}
</NativeText>
<NativeText heading="p2">
à donné {(parseFloat(item.Total.replace(',','.')) / 1).toFixed(0)} café{parseFloat(item.Total.replace(',','.')) > 1 ? 's' : ''}
a donné {(parseFloat(item.Total.replace(',','.')) / 1).toFixed(0)} café{parseFloat(item.Total.replace(',','.')) > 1 ? 's' : ''}
</NativeText>

<NativeText heading="subtitle2">
Expand Down

0 comments on commit bfea69e

Please sign in to comment.