Fixed typo in Departures Romanian name
This commit is contained in:
parent
6fab8e1974
commit
4e3955c277
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class ViewStationPage extends StatefulWidget {
|
|||
|
||||
abstract class ViewStationPageState extends State<ViewStationPage> {
|
||||
static const arrivals = 'Sosiri';
|
||||
static const departures = 'Pleacări';
|
||||
static const departures = 'Plecări';
|
||||
static const loadingText = 'Se încarcă...';
|
||||
static const arrivesFrom = 'Sosește de la';
|
||||
static const departsTo = 'Pleacă către';
|
||||
|
|
Loading…
Add table
Reference in a new issue