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() }) {
|
||||
Text("Refresh")
|
||||
Text("Rafraichir")
|
||||
}
|
||||
TextButton(onClick = {
|
||||
scheduleViewModel.clearCache()
|
||||
authViewModel.logout()
|
||||
}) {
|
||||
Text("Logout")
|
||||
Text("Deconnexion")
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user