Skip to content

Commit

Permalink
#807 Change Rubik link to HoraireÉTS (#830)
Browse files Browse the repository at this point in the history
* #807 Change schedule generator link

* #807 Change schedule generator quick link I10n strings

* [BOT] Applying version.

* #807 Change HoraireÉTS to HorairÉTS in i10n strings

* [BOT] Applying version.

* [BOT] Applying version.

* [BOT] Applying version.

---------

Co-authored-by: EffBureau <[email protected]>
Co-authored-by: Xavier Paquet-Rapold <[email protected]>
Co-authored-by: XavierPaquet-Rapold <[email protected]>
  • Loading branch information
4 people authored Sep 11, 2023
1 parent df1f238 commit 3978d89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"ets_moodle_title": "Moodle",
"ets_directory_title": "Directory",
"ets_heuristique_title": "L'heuristique",
"ets_schedule_generator": "Rubik",
"ets_schedule_generator": "HorairÉTS",
"ets_gus": "GUS",
"ets_papercut_title":"PaperCut",

Expand Down
2 changes: 1 addition & 1 deletion l10n/intl_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"ets_moodle_title": "Moodle",
"ets_directory_title": "Bottin",
"ets_heuristique_title": "L'heuristique",
"ets_schedule_generator": "Rubik",
"ets_schedule_generator": "HorairÉTS",
"ets_gus": "GUS",
"ets_papercut_title":"PaperCut",

Expand Down
2 changes: 1 addition & 1 deletion lib/core/constants/quick_links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ List<QuickLink> quickLinks(AppIntl intl) => [
color: AppTheme.etsLightRed,
size: 64,
),
link: 'http://rubik.clubnaova.ca/'),
link: 'https://horairets.emmanuelcoulombe.dev/'),
QuickLink(
name: intl.ets_gus,
image: SvgPicture.asset('assets/images/ic_gus_red.svg',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: The 4th generation of ÉTSMobile, the main gateway between the Éco
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 4.25.0+1
version: 4.25.1+1

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down

0 comments on commit 3978d89

Please sign in to comment.