Skip to content

Commit d7ca9e8

Browse files
committed
Adapt about section
1 parent 99b71b3 commit d7ca9e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/base/pages/about/about.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class AboutPage extends StatelessWidget {
139139
onTap: () {
140140
// ignore: deprecated_member_use
141141
launch(
142-
'https://www.trufi-association.org/?utm_source=$cityName-$countryName&utm_medium=${localizationA.localeName}&utm_campaign=in-app-referral&utm_content=trufi-association-website');
142+
'https://www.addismaptransit.com/?utm_source=$cityName-$countryName&utm_medium=${localizationA.localeName}&utm_campaign=in-app-referral&utm_content=addismap-transit-website');
143143
},
144144
),
145145
],
@@ -241,7 +241,7 @@ class AboutPage extends StatelessWidget {
241241
..onTap = () {
242242
// ignore: deprecated_member_use
243243
launch(
244-
'https://github.com/trufi-association/trufi-core.git',
244+
'https://github.com/AddisMap/AddisMapTransit.git',
245245
);
246246
},),
247247
],

lib/base/pages/about/translations/about_localizations_en.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ class AboutLocalizationEn extends AboutLocalization {
88
AboutLocalizationEn([String locale = 'en']) : super(locale);
99

1010
@override
11-
String get aboutCollapseContent => 'Trufi Association is an international NGO that promotes easier access to public transport. Our apps help everyone find the best way to get from point A to point B within their cities.\n\nIn many cities there are no official maps, routes, apps or timetables. So we compile the available information, and sometimes even map routes from scratch working with local people who know the city. An easy-to-use transportation system contributes to greater sustainability, cleaner air and a better quality of life.';
11+
String get aboutCollapseContent => 'AddisMap, Ethiopia collected hundreds of bus- and minibus-routes in Addis Ababa and added them to OpenStreetMap to make them usable for the general public. This app is based on the work for Trufi Association. Trufi Association is an international NGO that promotes easier access to public transport. Our apps help everyone find the best way to get from point A to point B within their cities.\n\nIn many cities there are no official maps, routes, apps or timetables. So we compile the available information, and sometimes even map routes from scratch working with local people who know the city. An easy-to-use transportation system contributes to greater sustainability, cleaner air and a better quality of life.';
1212

1313
@override
1414
String get aboutCollapseContentFoot => 'We need mappers, developers, planners, testers, and many other hands.';
1515

1616
@override
17-
String get aboutCollapseTitle => 'More About Trufi Association';
17+
String get aboutCollapseTitle => 'More About AddisMap and Trufi Association';
1818

1919
@override
2020
String aboutContent(Object appName) {
21-
return 'Need to go somewhere and don\'t know which trufi or bus to take?\nThe $appName makes it easy!\n\nTrufi Association is a team from Bolivia and beyond. We love La Llajta and public transportation, and we want to make it easier to use for everyone. So we developed this app. We hope you enjoy it.';
21+
return 'Need to go somewhere and don\'t know which minibus or bus to take?\nThe $appName App makes it easy!\n\nAddisMap is team from Ethiopia and beyond. We love minibuses and public transportation, and we want to make it easier to use for everyone. So we developed this app. We hope you enjoy it.';
2222
}
2323

2424
@override
@@ -36,7 +36,7 @@ class AboutLocalizationEn extends AboutLocalization {
3636
}
3737

3838
@override
39-
String get trufiWebsite => 'Trufi Association Website';
39+
String get trufiWebsite => 'AddisMapTransit Website';
4040

4141
@override
4242
String version(Object version) {

0 commit comments

Comments
 (0)