Version 3.0.382

This commit is contained in:
Anja 2024-04-16 11:29:40 +02:00
parent 3a363acf3a
commit a7117bc0f1
31 changed files with 252 additions and 251 deletions

View file

@ -29,7 +29,7 @@ namespace ShareeBike.ViewModel.Bikes.Bike.CopriLock.RequestHandler
IBikesViewModel bikesViewModel,
IUser activeUser) : base(
selectedBike,
AppResources.ActionOpenLockAndRentBike, // Button text: "Schloss öffnen & Rad mieten"
AppResources.ActionOpenLockAndRentBike, // Button text: "Miete starten & Schloss öffnen"
true, // Show copri button to enable booking and opening
isConnectedDelegate,
connectorFactory,
@ -39,7 +39,7 @@ namespace ShareeBike.ViewModel.Bikes.Bike.CopriLock.RequestHandler
bikesViewModel,
activeUser)
{
LockitButtonText = AppResources.ActionReserveBike; // Copri text: "Rad reservieren"
LockitButtonText = AppResources.ActionRequestBike; // Copri text: "Reservieren / Mieten"
IsLockitButtonVisible = true;
}