Skip to content

Commit

Permalink
fix wording in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Feb 23, 2019
1 parent 36f37eb commit cb38cde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GeoClient/GeoClient/Views/ItemsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ private async void RefreshItems_Clicked(object sender, EventArgs e)
}
else
{
await DisplayAlert("Nicht registriert",
"Um die Liste mit aktuellen Einsätzen zu aktualisieren, müssen Sie das Gerät zuerst registrieren",
await DisplayAlert(
"Nicht registriert",
"Um die Liste mit aktuellen Einsätzen zu aktualisieren, muss das Gerät zuerst registriert werden.",
"OK");
}
}
Expand Down

0 comments on commit cb38cde

Please sign in to comment.