Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainemruz authored Feb 2, 2024
2 parents 23995c3 + 3d1b8f8 commit ec2d631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoprefixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm run autoprefixer
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: autoprefixer
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Create/Update release draft
- uses: release-drafter/release-drafter@v5.25.0
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ other = "Suite"
other = "Afficher le certificat"

[notes]
other = "Remarques"
other = "Notes"

[disclaimer_text]
other = "Avis de responsabilité"
Expand All @@ -127,4 +127,4 @@ other = "Chercher"

[minute]
one = "minute"
other = "minutes"
other = "minutes"

0 comments on commit ec2d631

Please sign in to comment.