Skip to content

Commit

Permalink
Fix wrong storage limit in Sharezone Plus FAQ (#1566)
Browse files Browse the repository at this point in the history
Fixes #1565
  • Loading branch information
nilsreichardt authored Apr 27, 2024
1 parent 6140251 commit 4cbbbc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ class _DoesTheFileStorageLimitAlsoForGroups extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ExpansionCard(
header: const Text('Erhält der gesamte Kurs 50 GB Speicherplatz?'),
header: const Text('Erhält der gesamte Kurs 30 GB Speicherplatz?'),
body: const Text(
'Nein, der Speicherplatz von 50 GB mit Sharezone Plus gilt nur für '
'Nein, der Speicherplatz von 30 GB mit Sharezone Plus gilt nur für '
'deinen Account und gilt über alle deine Kurse hinweg.\n\nDu könntest '
'beispielsweise 20 GB in den Deutsch-Kurs hochladen, 20 GB in den '
'beispielsweise 5 GB in den Deutsch-Kurs hochladen, 15 GB in den '
'Mathe-Kurs und hättest noch weitere 10 GB für alle Kurse zur '
'Verfügung.\n\nDeine Gruppenmitglieder erhalten keinen zusätzlichen '
'Speicherplatz.',
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.

0 comments on commit 4cbbbc6

Please sign in to comment.