fix(mobile): ubah label Cost/Benefit menjadi Biaya/Keuntungan (bahasa Indonesia)
This commit is contained in:
parent
d2b60c8062
commit
ff3f43703e
|
|
@ -380,7 +380,7 @@ class _RecommendationScreenState extends State<RecommendationScreen> {
|
||||||
borderRadius: BorderRadius.circular(6),
|
borderRadius: BorderRadius.circular(6),
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
isCost ? 'Cost' : 'Benefit',
|
isCost ? 'Biaya' : 'Keuntungan',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 10,
|
fontSize: 10,
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue