fix: use French labels for refresh/logout buttons in ScheduleScreen
This commit is contained in:
@@ -58,13 +58,13 @@ fun ScheduleScreen(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
TextButton(onClick = { scheduleViewModel.refreshSchedule() }) {
|
TextButton(onClick = { scheduleViewModel.refreshSchedule() }) {
|
||||||
Text("Refresh")
|
Text("Rafraichir")
|
||||||
}
|
}
|
||||||
TextButton(onClick = {
|
TextButton(onClick = {
|
||||||
scheduleViewModel.clearCache()
|
scheduleViewModel.clearCache()
|
||||||
authViewModel.logout()
|
authViewModel.logout()
|
||||||
}) {
|
}) {
|
||||||
Text("Logout")
|
Text("Deconnexion")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user