Skip to content

Commit

Permalink
Improved title for calendar export on timetable settings page (#1769)
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Reichardt <[email protected]>
  • Loading branch information
EvilMonkey09 and nilsreichardt authored Oct 16, 2024
1 parent 9257ed0 commit c9318ee
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ class _ICalLinks extends StatelessWidget {
.read<SubscriptionService>()
.hasFeatureUnlocked(SharezonePlusFeature.iCalLinks);
return ListTile(
title: const Text("Stundenplan exportieren (iCal)"),
title: const Text("Termine, Prüfungen, Stundenplan exportieren (iCal)"),
subtitle: const Text(
"Stundenplan in Google Kalender, Apple Kalender, etc. einbinden",
"Synchronisierung mit Google Kalender, Apple Kalender usw.",
),
onTap: () {
if (isUnlocked) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9318ee

Please sign in to comment.