better wording for notification
This commit is contained in:
		@@ -531,7 +531,7 @@ ORDER BY departure DESC
 | 
				
			|||||||
                db,
 | 
					                db,
 | 
				
			||||||
                &user,
 | 
					                &user,
 | 
				
			||||||
                &format!(
 | 
					                &format!(
 | 
				
			||||||
                    "Ausfahrt am {}.{}.{} nach {} ({} km)",
 | 
					                    "Ausfahrt am {}.{}.{}; Ziel: {} ({} km)",
 | 
				
			||||||
                    dep.day(),
 | 
					                    dep.day(),
 | 
				
			||||||
                    dep.month(),
 | 
					                    dep.month(),
 | 
				
			||||||
                    dep.year(),
 | 
					                    dep.year(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user